Html Css Color HEX #572047 Loulou

📋 copy color: '#572047'

red 87 ◦ green 32 ◦ blue 71

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

Shades of Loulou #572047

Tints of Loulou #572047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 45.79%
G = 16.84%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#572047 (or 0x572047) is known color: Loulou. HEX triplet: 57, 20 and 47. RGB value is (87,32,71). Sum of RGB (Red+Green+Blue) = 87+32+71=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572047 is #A8DFB8. Grayscale: #343434. Windows color (decimal): -11067321 or 4661335. OLE color: 4661335.

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

Color convert

RGB 87 32 71 -
CMYK 0 0.63 0.18 0.66
HSL 317.45º 0.46% 0.23% -
HSV(B) 317.45º 0.63% 0.34% -
XYZ 5.58 3.51 6.35 -
YUV 52.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 87 32 71 0 0.63 0.18 0.66 317.45 0.46 0.23
Hex 57 20 47 0 3F 12 42 13D 2E 17
Octal 127 40 107 0 77 22 102 475 56 27
Binary 1010111 100000 1000111 0 111111 10010 1000010 100111101 101110 10111

Color Harmonies of #572047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572047

Black with #572047

Text Example


Text Example

White with #572047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572047; }

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

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

background-color css

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

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

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

border-color css

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

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

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