#592148

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

Shades of Loulou #592148

Tints of Loulou #592148

Color information

#592148 (or 0x592148) is unknown color: approx Loulou. HEX triplet: 59, 21 and 48. RGB value is (89,33,72). Sum of RGB (Red+Green+Blue) = 89+33+72=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #592148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592148 is #A6DEB7. Grayscale: #363636. Windows color (decimal): -10935992 or 4727129. OLE color: 4727129.

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

Color convert

RGB893372-
CMYK00.630.190.65
HSL318.21º45.9%23.92%-
HSV(B)318.21º62.92%34.9%-
XYZ5.833.686.53-
YUV54.19138.05152.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=45.88%
G=17.01%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89337200.630.190.65318.2145.923.92
Hex59214803F134113e2e18
Octal13141110077231014765630
Binary10110011000011001000011111110011100000110011111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592148; }

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

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

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

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

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

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

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

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