#593148

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

Shades of Loulou #593148

Tints of Loulou #593148

Color information

#593148 (or 0x593148) is unknown color: approx Loulou. HEX triplet: 59, 31 and 48. RGB value is (89,49,72). Sum of RGB (Red+Green+Blue) = 89+49+72=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #593148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593148 is #A6CEB7. Grayscale: #3F3F3F. Windows color (decimal): -10931896 or 4731225. OLE color: 4731225.

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

Color convert

RGB894972-
CMYK00.450.190.65
HSL325.5º28.99%27.06%-
HSV(B)325.5º44.94%34.9%-
XYZ6.394.796.72-
YUV63.58132.75146.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=42.38%
G=23.33%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89497200.450.190.65325.528.9927.06
Hex59314802D13411461d1b
Octal13161110055231015063533
Binary1011001110001100100001011011001110000011010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593148; }

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

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

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

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

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

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

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

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