Html Css Color HEX #572246 Loulou

📋 copy color: '#572246'

red 87 ◦ green 34 ◦ blue 70

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

Shades of Loulou #572246

Tints of Loulou #572246

RGB

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

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

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

R = 45.55%
G = 17.8%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#572246 (or 0x572246) is known color: Loulou. HEX triplet: 57, 22 and 46. RGB value is (87,34,70). Sum of RGB (Red+Green+Blue) = 87+34+70=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572246 is #A8DDB9. Grayscale: #353535. Windows color (decimal): -11066810 or 4596311. OLE color: 4596311.

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

Color convert

RGB 87 34 70 -
CMYK 0 0.61 0.20 0.66
HSL 319.25º 0.44% 0.24% -
HSV(B) 319.25º 0.61% 0.34% -
XYZ 5.61 3.61 6.2 -
YUV 53.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 87 34 70 0 0.61 0.20 0.66 319.25 0.44 0.24
Hex 57 22 46 0 3D 14 42 13F 2C 18
Octal 127 42 106 0 75 24 102 477 54 30
Binary 1010111 100010 1000110 0 111101 10100 1000010 100111111 101100 11000

Color Harmonies of #572246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572246

Black with #572246

Text Example


Text Example

White with #572246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572246; }

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

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

background-color css

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

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

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

border-color css

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

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

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