Html Css Color HEX #572850 Loulou

📋 copy color: '#572850'

red 87 ◦ green 40 ◦ blue 80

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

Shades of Loulou #572850

Tints of Loulou #572850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 42.03%
G = 19.32%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#572850 (or 0x572850) is known color: Loulou. HEX triplet: 57, 28 and 50. RGB value is (87,40,80). Sum of RGB (Red+Green+Blue) = 87+40+80=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #572850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572850 is #A8D7AF. Grayscale: #3A3A3A. Windows color (decimal): -11065264 or 5253207. OLE color: 5253207.

HSL color Cylindrical-coordinate representation of color #572850: hue angle of 308.94º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572850 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 40 80 -
CMYK 0 0.54 0.08 0.66
HSL 308.94º 0.37% 0.25% -
HSV(B) 308.94º 0.54% 0.34% -
XYZ 6.14 4.12 8.06 -
YUV 58.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 87 40 80 0 0.54 0.08 0.66 308.94 0.37 0.25
Hex 57 28 50 0 36 8 42 135 25 19
Octal 127 50 120 0 66 10 102 465 45 31
Binary 1010111 101000 1010000 0 110110 1000 1000010 100110101 100101 11001

Color Harmonies of #572850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572850

Black with #572850

Text Example


Text Example

White with #572850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572850; }

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

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

background-color css

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

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

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

border-color css

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

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

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