Html Css Color HEX #552245 Loulou

📋 copy color: '#552245'

red 85 ◦ green 34 ◦ blue 69

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

Shades of Loulou #552245

Tints of Loulou #552245

RGB

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

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

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

R = 45.21%
G = 18.09%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#552245 (or 0x552245) is known color: Loulou. HEX triplet: 55, 22 and 45. RGB value is (85,34,69). Sum of RGB (Red+Green+Blue) = 85+34+69=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552245 is #AADDBA. Grayscale: #353535. Windows color (decimal): -11197883 or 4530773. OLE color: 4530773.

HSL color Cylindrical-coordinate representation of color #552245: hue angle of 318.82º 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 #552245 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 69 -
CMYK 0 0.60 0.19 0.67
HSL 318.82º 0.43% 0.23% -
HSV(B) 318.82º 0.6% 0.33% -
XYZ 5.39 3.51 6.02 -
YUV 53.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 85 34 69 0 0.60 0.19 0.67 318.82 0.43 0.23
Hex 55 22 45 0 3C 13 43 13F 2B 17
Octal 125 42 105 0 74 23 103 477 53 27
Binary 1010101 100010 1000101 0 111100 10011 1000011 100111111 101011 10111

Color Harmonies of #552245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552245

Black with #552245

Text Example


Text Example

White with #552245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552245; }

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

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

background-color css

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

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

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

border-color css

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

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

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