#591F48

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

Shades of Loulou #591F48

Tints of Loulou #591F48

Color information

#591F48 (or 0x591F48) is unknown color: approx Loulou. HEX triplet: 59, 1F and 48. RGB value is (89,31,72). Sum of RGB (Red+Green+Blue) = 89+31+72=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F48 is #A6E0B7. Grayscale: #343434. Windows color (decimal): -10936504 or 4726617. OLE color: 4726617.

HSL color Cylindrical-coordinate representation of color #591F48: hue angle of 317.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F48 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB893172-
CMYK00.650.190.65
HSL317.59º48.33%23.53%-
HSV(B)317.59º65.17%34.9%-
XYZ5.783.576.52-
YUV53.02138.72153.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=46.35%
G=16.15%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89317200.650.190.65317.5948.3323.53
Hex591F48041134113e3018
Octal131371100101231014766030
Binary10110011111110010000100000110011100000110011111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591F48; }

 p { color: rgb(89,31,72); }

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

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

 a { background-color: rgb(89,31,72); }

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

<style>
 span { border-color: #591F48; }

 span { border-color: rgb(89,31,72); }

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