Html Css Color HEX #592046 Pompadour

📋 copy color: '#592046'

red 89 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #592046

Tints of Pompadour #592046

RGB

 RED value IS 89 (35.16% from 255) = 46.6%

 GREEN value IS 32 (12.89% from 255) = 16.75%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 46.6%
G = 16.75%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#592046 (or 0x592046) is known color: Pompadour. HEX triplet: 59, 20 and 46. RGB value is (89,32,70). Sum of RGB (Red+Green+Blue) = 89+32+70=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #592046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592046 is #A6DFB9. Grayscale: #353535. Windows color (decimal): -10936250 or 4595801. OLE color: 4595801.

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

Color convert

RGB 89 32 70 -
CMYK 0 0.64 0.21 0.65
HSL 320º 0.47% 0.24% -
HSV(B) 320º 0.64% 0.35% -
XYZ 5.74 3.6 6.19 -
YUV 53.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 89 32 70 0 0.64 0.21 0.65 320 0.47 0.24
Hex 59 20 46 0 40 15 41 140 2F 18
Octal 131 40 106 0 100 25 101 500 57 30
Binary 1011001 100000 1000110 0 1000000 10101 1000001 101000000 101111 11000

Color Harmonies of #592046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592046

Black with #592046

Text Example


Text Example

White with #592046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592046; }

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

 H1.HeaderClassName
 {
   color: #592046;
 }
 .AnyTagClassName
 {
   color: #592046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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