#592048

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

Shades of Loulou #592048

Tints of Loulou #592048

Color information

#592048 (or 0x592048) is unknown color: approx Loulou. HEX triplet: 59, 20 and 48. RGB value is (89,32,72). Sum of RGB (Red+Green+Blue) = 89+32+72=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #592048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592048 is #A6DFB7. Grayscale: #353535. Windows color (decimal): -10936248 or 4726873. OLE color: 4726873.

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

Color convert

RGB893272-
CMYK00.640.190.65
HSL317.89º47.11%23.73%-
HSV(B)317.89º64.04%34.9%-
XYZ5.813.626.52-
YUV53.6138.38153.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=46.11%
G=16.58%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89327200.640.190.65317.8947.1123.73
Hex592048040134113e2f18
Octal131401100100231014765730
Binary101100110000010010000100000010011100000110011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592048; }

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

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

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

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

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

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

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

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