#57234a

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

Shades of Loulou #57234A

Tints of Loulou #57234A

Color information

#57234A (or 0x57234A) is unknown color: approx Loulou. HEX triplet: 57, 23 and 4A. RGB value is (87,35,74). Sum of RGB (Red+Green+Blue) = 87+35+74=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57234A is #A8DCB5. Grayscale: #363636. Windows color (decimal): -11066550 or 4858711. OLE color: 4858711.

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

Color convert

RGB873574-
CMYK00.600.150.66
HSL315º42.62%23.92%-
HSV(B)315º59.77%34.12%-
XYZ5.773.726.89-
YUV54.99138.73150.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=44.39%
G=17.86%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87357400.600.150.6631542.6223.92
Hex57234A03CF4213b2b18
Octal12743112074171024735330
Binary1010111100011100101001111001111100001010011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57234a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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