#592042

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

Shades of Pompadour #592042

Tints of Pompadour #592042

Color information

#592042 (or 0x592042) is unknown color: approx Pompadour. HEX triplet: 59, 20 and 42. RGB value is (89,32,66). Sum of RGB (Red+Green+Blue) = 89+32+66=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #592042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592042 is #A6DFBD. Grayscale: #343434. Windows color (decimal): -10936254 or 4333657. OLE color: 4333657.

HSL color Cylindrical-coordinate representation of color #592042: hue angle of 324.21º 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 #592042 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB893266-
CMYK00.640.260.65
HSL324.21º47.11%23.73%-
HSV(B)324.21º64.04%34.9%-
XYZ5.623.555.54-
YUV52.92135.38153.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=47.59%
G=17.11%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89326600.640.260.65324.2147.1123.73
Hex5920420401A411442f18
Octal131401020100321015045730
Binary101100110000010000100100000011010100000110100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592042; }

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

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

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

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

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

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

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

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