Html Css Color HEX #572049 Loulou

📋 copy color: '#572049'

red 87 ◦ green 32 ◦ blue 73

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

Shades of Loulou #572049

Tints of Loulou #572049

RGB

 RED value IS 87 (34.38% from 255) = 45.31%

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

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

R = 45.31%
G = 16.67%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#572049 (or 0x572049) is known color: Loulou. HEX triplet: 57, 20 and 49. RGB value is (87,32,73). Sum of RGB (Red+Green+Blue) = 87+32+73=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #572049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572049 is #A8DFB6. Grayscale: #353535. Windows color (decimal): -11067319 or 4792407. OLE color: 4792407.

HSL color Cylindrical-coordinate representation of color #572049: hue angle of 315.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572049 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 73 -
CMYK 0 0.63 0.16 0.66
HSL 315.27º 0.46% 0.23% -
HSV(B) 315.27º 0.63% 0.34% -
XYZ 5.65 3.54 6.69 -
YUV 53.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 87 32 73 0 0.63 0.16 0.66 315.27 0.46 0.23
Hex 57 20 49 0 3F 10 42 13B 2E 17
Octal 127 40 111 0 77 20 102 473 56 27
Binary 1010111 100000 1001001 0 111111 10000 1000010 100111011 101110 10111

Color Harmonies of #572049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572049

Black with #572049

Text Example


Text Example

White with #572049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572049; }

 p { color: rgb(87,32,73); }

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

background-color css

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

 a { background-color: rgb(87,32,73); }

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

border-color css

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

 span { border-color: rgb(87,32,73); }

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