Html Css Color HEX #552C49 Loulou

📋 copy color: '#552C49'

red 85 ◦ green 44 ◦ blue 73

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

Shades of Loulou #552C49

Tints of Loulou #552C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

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

R = 42.08%
G = 21.78%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#552C49 (or 0x552C49) is known color: Loulou. HEX triplet: 55, 2C and 49. RGB value is (85,44,73). Sum of RGB (Red+Green+Blue) = 85+44+73=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C49 is #AAD3B6. Grayscale: #3B3B3B. Windows color (decimal): -11195319 or 4795477. OLE color: 4795477.

HSL color Cylindrical-coordinate representation of color #552C49: hue angle of 317.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C49 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 73 -
CMYK 0 0.48 0.14 0.67
HSL 317.56º 0.32% 0.25% -
HSV(B) 317.56º 0.48% 0.33% -
XYZ 5.85 4.21 6.81 -
YUV 59.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 85 44 73 0 0.48 0.14 0.67 317.56 0.32 0.25
Hex 55 2C 49 0 30 E 43 13E 20 19
Octal 125 54 111 0 60 16 103 476 40 31
Binary 1010101 101100 1001001 0 110000 1110 1000011 100111110 100000 11001

Color Harmonies of #552C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C49

Black with #552C49

Text Example


Text Example

White with #552C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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