Html Css Color HEX #552249 Loulou

📋 copy color: '#552249'

red 85 ◦ green 34 ◦ blue 73

#552249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #552249

Tints of Loulou #552249

RGB

 RED value IS 85 (33.59% from 255) = 44.27%

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 44.27%
G = 17.71%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#552249 (or 0x552249) is known color: Loulou. HEX triplet: 55, 22 and 49. RGB value is (85,34,73). Sum of RGB (Red+Green+Blue) = 85+34+73=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552249 is #AADDB6. Grayscale: #353535. Windows color (decimal): -11197879 or 4792917. OLE color: 4792917.

HSL color Cylindrical-coordinate representation of color #552249: hue angle of 314.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552249 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 73 -
CMYK 0 0.60 0.14 0.67
HSL 314.12º 0.43% 0.23% -
HSV(B) 314.12º 0.6% 0.33% -
XYZ 5.52 3.56 6.7 -
YUV 53.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 85 34 73 0 0.60 0.14 0.67 314.12 0.43 0.23
Hex 55 22 49 0 3C E 43 13A 2B 17
Octal 125 42 111 0 74 16 103 472 53 27
Binary 1010101 100010 1001001 0 111100 1110 1000011 100111010 101011 10111

Color Harmonies of #552249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552249

Black with #552249

Text Example


Text Example

White with #552249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552249; }

 p { color: rgb(85,34,73); }

 H1.HeaderClassName
 {
   color: #552249;
 }
 .AnyTagClassName
 {
   color: #552249;
 }
</style>

background-color css

<style>
 a { background-color: #552249; }

 a { background-color: rgb(85,34,73); }

 div.DivClassName
 {
   background-color: #552249;
 }
 .BgClassName
 {
   background-color: #552249;
 }
</style>

border-color css

<style>
 span { border-color: #552249; }

 span { border-color: rgb(85,34,73); }

 td.TdClassName
 {
   border-color: #552249;
 }
 .TagClassName
 {
   border-color: #552249;
 }
</style>