#57194B

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

Shades of Loulou #57194B

Tints of Loulou #57194B

Color information

#57194B (or 0x57194B) is unknown color: approx Loulou. HEX triplet: 57, 19 and 4B. RGB value is (87,25,75). Sum of RGB (Red+Green+Blue) = 87+25+75=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57194B is #A8E6B4. Grayscale: #313131. Windows color (decimal): -11069109 or 4921687. OLE color: 4921687.

HSL color Cylindrical-coordinate representation of color #57194B: hue angle of 311.61º 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 #57194B is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB872575-
CMYK00.710.140.66
HSL311.61º55.36%21.96%-
HSV(B)311.61º71.26%34.12%-
XYZ5.553.236.99-
YUV49.24142.54154.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=46.52%
G=13.37%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257500.710.140.66311.6155.3621.96
Hex57194B047E421383716
Octal127311130107161024706726
Binary1010111110011001011010001111110100001010011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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