#57194A

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

Shades of Loulou #57194A

Tints of Loulou #57194A

Color information

#57194A (or 0x57194A) is unknown color: approx Loulou. HEX triplet: 57, 19 and 4A. RGB value is (87,25,74). Sum of RGB (Red+Green+Blue) = 87+25+74=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57194A is #A8E6B5. Grayscale: #303030. Windows color (decimal): -11069110 or 4856151. OLE color: 4856151.

HSL color Cylindrical-coordinate representation of color #57194A: hue angle of 312.58º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57194A is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB872574-
CMYK00.710.150.66
HSL312.58º55.36%21.96%-
HSV(B)312.58º71.26%34.12%-
XYZ5.513.226.81-
YUV49.12142.04155.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=46.77%
G=13.44%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257400.710.150.66312.5855.3621.96
Hex57194A047F421393716
Octal127311120107171024716726
Binary1010111110011001010010001111111100001010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57194A; }

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

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

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

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

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

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

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

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