#572952

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

Shades of Loulou #572952

Tints of Loulou #572952

Color information

#572952 (or 0x572952) is unknown color: approx Loulou. HEX triplet: 57, 29 and 52. RGB value is (87,41,82). Sum of RGB (Red+Green+Blue) = 87+41+82=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #572952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572952 is #A8D6AD. Grayscale: #3B3B3B. Windows color (decimal): -11065006 or 5384535. OLE color: 5384535.

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

Color convert

RGB874182-
CMYK00.530.060.66
HSL306.52º35.94%25.1%-
HSV(B)306.52º52.87%34.12%-
XYZ6.254.228.47-
YUV59.43140.74147.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=41.43%
G=19.52%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87418200.530.060.66306.5235.9425.1
Hex5729520356421332419
Octal1275112206561024634431
Binary101011110100110100100110101110100001010011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572952; }

 p { color: rgb(87,41,82); }

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

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

 a { background-color: rgb(87,41,82); }

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

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

 span { border-color: rgb(87,41,82); }

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