#572650

Color #572650 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #572650

Tints of Loulou #572650

Color information

#572650 (or 0x572650) is unknown color: approx Loulou. HEX triplet: 57, 26 and 50. RGB value is (87,38,80). Sum of RGB (Red+Green+Blue) = 87+38+80=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572650 is #A8D9AF. Grayscale: #393939. Windows color (decimal): -11065776 or 5252695. OLE color: 5252695.

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

Color convert

RGB873880-
CMYK00.560.080.66
HSL308.57º39.2%24.51%-
HSV(B)308.57º56.32%34.12%-
XYZ6.073.998.04-
YUV57.44140.73149.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=42.44%
G=18.54%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87388000.560.080.66308.5739.224.51
Hex5726500388421352719
Octal12746120070101024654731
Binary1010111100110101000001110001000100001010011010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572650; }

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

 H1.HeaderClassName
 {
   color: #572650;
 }
 .AnyTagClassName
 {
   color: #572650;
 }
</style>
background-color css

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

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

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

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

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

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