#59194B

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

Shades of Loulou #59194B

Tints of Loulou #59194B

Color information

#59194B (or 0x59194B) is unknown color: approx Loulou. HEX triplet: 59, 19 and 4B. RGB value is (89,25,75). Sum of RGB (Red+Green+Blue) = 89+25+75=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59194B is #A6E6B4. Grayscale: #313131. Windows color (decimal): -10938037 or 4921689. OLE color: 4921689.

HSL color Cylindrical-coordinate representation of color #59194B: hue angle of 313.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59194B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB892575-
CMYK00.720.160.65
HSL313.12º56.14%22.35%-
HSV(B)313.12º71.91%34.9%-
XYZ5.743.337-
YUV49.84142.2155.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=47.09%
G=13.23%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89257500.720.160.65313.1256.1422.35
Hex59194B04810411393816
Octal131311130110201014717026
Binary10110011100110010110100100010000100000110011100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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