Html Css Color HEX #592A42 Pompadour

📋 copy color: '#592A42'

red 89 ◦ green 42 ◦ blue 66

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

Shades of Pompadour #592A42

Tints of Pompadour #592A42

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 45.18%
G = 21.32%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#592A42 (or 0x592A42) is known color: Pompadour. HEX triplet: 59, 2A and 42. RGB value is (89,42,66). Sum of RGB (Red+Green+Blue) = 89+42+66=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #592A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A42 is #A6D5BD. Grayscale: #3A3A3A. Windows color (decimal): -10933694 or 4336217. OLE color: 4336217.

HSL color Cylindrical-coordinate representation of color #592A42: hue angle of 329.36º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A42 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 66 -
CMYK 0 0.53 0.26 0.65
HSL 329.36º 0.36% 0.26% -
HSV(B) 329.36º 0.53% 0.35% -
XYZ 5.93 4.17 5.65 -
YUV 58.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 89 42 66 0 0.53 0.26 0.65 329.36 0.36 0.26
Hex 59 2A 42 0 35 1A 41 149 24 1A
Octal 131 52 102 0 65 32 101 511 44 32
Binary 1011001 101010 1000010 0 110101 11010 1000001 101001001 100100 11010

Color Harmonies of #592A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A42

Black with #592A42

Text Example


Text Example

White with #592A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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