Html Css Color HEX #552044 Loulou

📋 copy color: '#552044'

red 85 ◦ green 32 ◦ blue 68

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

Shades of Loulou #552044

Tints of Loulou #552044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 45.95%
G = 17.3%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#552044 (or 0x552044) is known color: Loulou. HEX triplet: 55, 20 and 44. RGB value is (85,32,68). Sum of RGB (Red+Green+Blue) = 85+32+68=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552044 is #AADFBB. Grayscale: #333333. Windows color (decimal): -11198396 or 4464725. OLE color: 4464725.

HSL color Cylindrical-coordinate representation of color #552044: hue angle of 319.25º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552044 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 68 -
CMYK 0 0.62 0.20 0.67
HSL 319.25º 0.45% 0.23% -
HSV(B) 319.25º 0.62% 0.33% -
XYZ 5.31 3.38 5.84 -
YUV 51.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 85 32 68 0 0.62 0.20 0.67 319.25 0.45 0.23
Hex 55 20 44 0 3E 14 43 13F 2D 17
Octal 125 40 104 0 76 24 103 477 55 27
Binary 1010101 100000 1000100 0 111110 10100 1000011 100111111 101101 10111

Color Harmonies of #552044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552044

Black with #552044

Text Example


Text Example

White with #552044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552044; }

 p { color: rgb(85,32,68); }

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

background-color css

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

 a { background-color: rgb(85,32,68); }

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

border-color css

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

 span { border-color: rgb(85,32,68); }

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