#57234F

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

Shades of Loulou #57234F

Tints of Loulou #57234F

Color information

#57234F (or 0x57234F) is unknown color: approx Loulou. HEX triplet: 57, 23 and 4F. RGB value is (87,35,79). Sum of RGB (Red+Green+Blue) = 87+35+79=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57234F is #A8DCB0. Grayscale: #373737. Windows color (decimal): -11066545 or 5186391. OLE color: 5186391.

HSL color Cylindrical-coordinate representation of color #57234F: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57234F is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB873579-
CMYK00.600.090.66
HSL309.23º42.62%23.92%-
HSV(B)309.23º59.77%34.12%-
XYZ5.943.797.82-
YUV55.56141.23150.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=43.28%
G=17.41%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87357900.600.090.66309.2342.6223.92
Hex57234F03C9421352b18
Octal12743117074111024655330
Binary1010111100011100111101111001001100001010011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57234F; }

 p { color: rgb(87,35,79); }

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

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

 a { background-color: rgb(87,35,79); }

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

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

 span { border-color: rgb(87,35,79); }

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