#592948

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

Shades of Loulou #592948

Tints of Loulou #592948

Color information

#592948 (or 0x592948) is unknown color: approx Loulou. HEX triplet: 59, 29 and 48. RGB value is (89,41,72). Sum of RGB (Red+Green+Blue) = 89+41+72=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #592948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592948 is #A6D6B7. Grayscale: #3A3A3A. Windows color (decimal): -10933944 or 4729177. OLE color: 4729177.

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

Color convert

RGB894172-
CMYK00.540.190.65
HSL321.25º36.92%25.49%-
HSV(B)321.25º53.93%34.9%-
XYZ6.084.186.62-
YUV58.89135.4149.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=44.06%
G=20.30%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89417200.540.190.65321.2536.9225.49
Hex59294803613411412519
Octal13151110066231015014531
Binary10110011010011001000011011010011100000110100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592948; }

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

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

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

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

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

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

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

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