#57234C

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

Shades of Loulou #57234C

Tints of Loulou #57234C

Color information

#57234C (or 0x57234C) is unknown color: approx Loulou. HEX triplet: 57, 23 and 4C. RGB value is (87,35,76). Sum of RGB (Red+Green+Blue) = 87+35+76=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57234C is #A8DCB3. Grayscale: #373737. Windows color (decimal): -11066548 or 4989783. OLE color: 4989783.

HSL color Cylindrical-coordinate representation of color #57234C: hue angle of 312.69º 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 #57234C is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB873576-
CMYK00.600.130.66
HSL312.69º42.62%23.92%-
HSV(B)312.69º59.77%34.12%-
XYZ5.843.757.25-
YUV55.22139.73150.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=43.94%
G=17.68%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87357600.600.130.66312.6942.6223.92
Hex57234C03CD421392b18
Octal12743114074151024715330
Binary1010111100011100110001111001101100001010011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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