Html Css Color HEX #572046 Loulou

📋 copy color: '#572046'

red 87 ◦ green 32 ◦ blue 70

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

Shades of Loulou #572046

Tints of Loulou #572046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 46.03%
G = 16.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#572046 (or 0x572046) is known color: Loulou. HEX triplet: 57, 20 and 46. RGB value is (87,32,70). Sum of RGB (Red+Green+Blue) = 87+32+70=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572046 is #A8DFB9. Grayscale: #343434. Windows color (decimal): -11067322 or 4595799. OLE color: 4595799.

HSL color Cylindrical-coordinate representation of color #572046: hue angle of 318.55º 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 #572046 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 70 -
CMYK 0 0.63 0.20 0.66
HSL 318.55º 0.46% 0.23% -
HSV(B) 318.55º 0.63% 0.34% -
XYZ 5.55 3.5 6.18 -
YUV 52.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 87 32 70 0 0.63 0.20 0.66 318.55 0.46 0.23
Hex 57 20 46 0 3F 14 42 13F 2E 17
Octal 127 40 106 0 77 24 102 477 56 27
Binary 1010111 100000 1000110 0 111111 10100 1000010 100111111 101110 10111

Color Harmonies of #572046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572046

Black with #572046

Text Example


Text Example

White with #572046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572046; }

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

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

background-color css

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

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

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

border-color css

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

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

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