Html Css Color HEX #552445 Loulou

📋 copy color: '#552445'

red 85 ◦ green 36 ◦ blue 69

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

Shades of Loulou #552445

Tints of Loulou #552445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 44.74%
G = 18.95%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#552445 (or 0x552445) is known color: Loulou. HEX triplet: 55, 24 and 45. RGB value is (85,36,69). Sum of RGB (Red+Green+Blue) = 85+36+69=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552445 is #AADBBA. Grayscale: #363636. Windows color (decimal): -11197371 or 4531285. OLE color: 4531285.

HSL color Cylindrical-coordinate representation of color #552445: hue angle of 319.59º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552445 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 69 -
CMYK 0 0.58 0.19 0.67
HSL 319.59º 0.4% 0.24% -
HSV(B) 319.59º 0.58% 0.33% -
XYZ 5.45 3.62 6.04 -
YUV 54.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 85 36 69 0 0.58 0.19 0.67 319.59 0.4 0.24
Hex 55 24 45 0 3A 13 43 140 28 18
Octal 125 44 105 0 72 23 103 500 50 30
Binary 1010101 100100 1000101 0 111010 10011 1000011 101000000 101000 11000

Color Harmonies of #552445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552445

Black with #552445

Text Example


Text Example

White with #552445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552445; }

 p { color: rgb(85,36,69); }

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

background-color css

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

 a { background-color: rgb(85,36,69); }

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

border-color css

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

 span { border-color: rgb(85,36,69); }

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