Html Css Color HEX #572250 Loulou

📋 copy color: '#572250'

red 87 ◦ green 34 ◦ blue 80

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

Shades of Loulou #572250

Tints of Loulou #572250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 43.28%
G = 16.92%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#572250 (or 0x572250) is known color: Loulou. HEX triplet: 57, 22 and 50. RGB value is (87,34,80). Sum of RGB (Red+Green+Blue) = 87+34+80=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #572250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572250 is #A8DDAF. Grayscale: #363636. Windows color (decimal): -11066800 or 5251671. OLE color: 5251671.

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

Color convert

RGB 87 34 80 -
CMYK 0 0.61 0.08 0.66
HSL 307.92º 0.44% 0.24% -
HSV(B) 307.92º 0.61% 0.34% -
XYZ 5.95 3.75 8 -
YUV 55.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 87 34 80 0 0.61 0.08 0.66 307.92 0.44 0.24
Hex 57 22 50 0 3D 8 42 134 2C 18
Octal 127 42 120 0 75 10 102 464 54 30
Binary 1010111 100010 1010000 0 111101 1000 1000010 100110100 101100 11000

Color Harmonies of #572250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572250

Black with #572250

Text Example


Text Example

White with #572250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572250; }

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

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

background-color css

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

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

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

border-color css

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

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

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