Html Css Color HEX #59164A Pompadour

📋 copy color: '#59164A'

red 89 ◦ green 22 ◦ blue 74

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

Shades of Pompadour #59164A

Tints of Pompadour #59164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 74 (29.3% from 255) = 40%

R = 48.11%
G = 11.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59164A (or 0x59164A) is known color: Pompadour. HEX triplet: 59, 16 and 4A. RGB value is (89,22,74). Sum of RGB (Red+Green+Blue) = 89+22+74=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59164A is #A6E9B5. Grayscale: #2F2F2F. Windows color (decimal): -10938806 or 4855385. OLE color: 4855385.

HSL color Cylindrical-coordinate representation of color #59164A: hue angle of 313.43º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59164A is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 74 -
CMYK 0 0.75 0.17 0.65
HSL 313.43º 0.6% 0.22% -
HSV(B) 313.43º 0.75% 0.35% -
XYZ 5.64 3.19 6.8 -
YUV 47.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 89 22 74 0 0.75 0.17 0.65 313.43 0.6 0.22
Hex 59 16 4A 0 4B 11 41 139 3C 16
Octal 131 26 112 0 113 21 101 471 74 26
Binary 1011001 10110 1001010 0 1001011 10001 1000001 100111001 111100 10110

Color Harmonies of #59164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59164A

Black with #59164A

Text Example


Text Example

White with #59164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59164A; }

 p { color: rgb(89,22,74); }

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

background-color css

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

 a { background-color: rgb(89,22,74); }

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

border-color css

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

 span { border-color: rgb(89,22,74); }

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