Html Css Color HEX #552C48 Loulou

📋 copy color: '#552C48'

red 85 ◦ green 44 ◦ blue 72

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

Shades of Loulou #552C48

Tints of Loulou #552C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.82%

R = 42.29%
G = 21.89%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#552C48 (or 0x552C48) is known color: Loulou. HEX triplet: 55, 2C and 48. RGB value is (85,44,72). Sum of RGB (Red+Green+Blue) = 85+44+72=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C48 is #AAD3B7. Grayscale: #3B3B3B. Windows color (decimal): -11195320 or 4729941. OLE color: 4729941.

HSL color Cylindrical-coordinate representation of color #552C48: hue angle of 319.02º 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 #552C48 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 72 -
CMYK 0 0.48 0.15 0.67
HSL 319.02º 0.32% 0.25% -
HSV(B) 319.02º 0.48% 0.33% -
XYZ 5.82 4.2 6.64 -
YUV 59.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 85 44 72 0 0.48 0.15 0.67 319.02 0.32 0.25
Hex 55 2C 48 0 30 F 43 13F 20 19
Octal 125 54 110 0 60 17 103 477 40 31
Binary 1010101 101100 1001000 0 110000 1111 1000011 100111111 100000 11001

Color Harmonies of #552C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C48

Black with #552C48

Text Example


Text Example

White with #552C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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