#57234D

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

Shades of Loulou #57234D

Tints of Loulou #57234D

Color information

#57234D (or 0x57234D) is unknown color: approx Loulou. HEX triplet: 57, 23 and 4D. RGB value is (87,35,77). Sum of RGB (Red+Green+Blue) = 87+35+77=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57234D is #A8DCB2. Grayscale: #373737. Windows color (decimal): -11066547 or 5055319. OLE color: 5055319.

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

Color convert

RGB873577-
CMYK00.600.110.66
HSL311.54º42.62%23.92%-
HSV(B)311.54º59.77%34.12%-
XYZ5.873.767.44-
YUV55.34140.23150.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=43.72%
G=17.59%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87357700.600.110.66311.5442.6223.92
Hex57234D03CB421382b18
Octal12743115074131024705330
Binary1010111100011100110101111001011100001010011100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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