Html Css Color HEX #572050 Loulou

📋 copy color: '#572050'

red 87 ◦ green 32 ◦ blue 80

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

Shades of Loulou #572050

Tints of Loulou #572050

RGB

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

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

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

R = 43.72%
G = 16.08%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#572050 (or 0x572050) is known color: Loulou. HEX triplet: 57, 20 and 50. RGB value is (87,32,80). Sum of RGB (Red+Green+Blue) = 87+32+80=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #572050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572050 is #A8DFAF. Grayscale: #353535. Windows color (decimal): -11067312 or 5251159. OLE color: 5251159.

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

Color convert

RGB 87 32 80 -
CMYK 0 0.63 0.08 0.66
HSL 307.64º 0.46% 0.23% -
HSV(B) 307.64º 0.63% 0.34% -
XYZ 5.89 3.64 7.98 -
YUV 53.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 87 32 80 0 0.63 0.08 0.66 307.64 0.46 0.23
Hex 57 20 50 0 3F 8 42 134 2E 17
Octal 127 40 120 0 77 10 102 464 56 27
Binary 1010111 100000 1010000 0 111111 1000 1000010 100110100 101110 10111

Color Harmonies of #572050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572050

Black with #572050

Text Example


Text Example

White with #572050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572050; }

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

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

background-color css

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

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

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

border-color css

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

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

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