Html Css Color HEX #592042 Pompadour

📋 copy color: '#592042'

red 89 ◦ green 32 ◦ blue 66

#592042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #592042

Tints of Pompadour #592042

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 value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#592042 (or 0x592042) is known color: 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

RGB 89 32 66 -
CMYK 0 0.64 0.26 0.65
HSL 324.21º 0.47% 0.24% -
HSV(B) 324.21º 0.64% 0.35% -
XYZ 5.62 3.55 5.54 -
YUV 52.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 89 32 66 0 0.64 0.26 0.65 324.21 0.47 0.24
Hex 59 20 42 0 40 1A 41 144 2F 18
Octal 131 40 102 0 100 32 101 504 57 30
Binary 1011001 100000 1000010 0 1000000 11010 1000001 101000100 101111 11000

Color Harmonies of #592042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592042

Black with #592042

Text Example


Text Example

White with #592042

Text Example


Text Example

HTML Codes & Css Web 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>