Html Css Color HEX #572546 Loulou

📋 copy color: '#572546'

red 87 ◦ green 37 ◦ blue 70

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

Shades of Loulou #572546

Tints of Loulou #572546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

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

R = 44.85%
G = 19.07%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#572546 (or 0x572546) is known color: Loulou. HEX triplet: 57, 25 and 46. RGB value is (87,37,70). Sum of RGB (Red+Green+Blue) = 87+37+70=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572546 is #A8DAB9. Grayscale: #373737. Windows color (decimal): -11066042 or 4597079. OLE color: 4597079.

HSL color Cylindrical-coordinate representation of color #572546: hue angle of 320.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #572546 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 70 -
CMYK 0 0.57 0.20 0.66
HSL 320.4º 0.4% 0.24% -
HSV(B) 320.4º 0.57% 0.34% -
XYZ 5.7 3.79 6.23 -
YUV 55.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 87 37 70 0 0.57 0.20 0.66 320.4 0.4 0.24
Hex 57 25 46 0 39 14 42 140 28 18
Octal 127 45 106 0 71 24 102 500 50 30
Binary 1010111 100101 1000110 0 111001 10100 1000010 101000000 101000 11000

Color Harmonies of #572546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572546

Black with #572546

Text Example


Text Example

White with #572546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572546; }

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

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

background-color css

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

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

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

border-color css

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

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

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