Html Css Color HEX #59223E Pompadour

📋 copy color: '#59223E'

red 89 ◦ green 34 ◦ blue 62

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

Shades of Pompadour #59223E

Tints of Pompadour #59223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 48.11%
G = 18.38%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#59223E (or 0x59223E) is known color: Pompadour. HEX triplet: 59, 22 and 3E. RGB value is (89,34,62). Sum of RGB (Red+Green+Blue) = 89+34+62=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59223E is #A6DDC1. Grayscale: #353535. Windows color (decimal): -10935746 or 4072025. OLE color: 4072025.

HSL color Cylindrical-coordinate representation of color #59223E: hue angle of 329.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59223E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 34 62 -
CMYK 0 0.62 0.30 0.65
HSL 329.45º 0.45% 0.24% -
HSV(B) 329.45º 0.62% 0.35% -
XYZ 5.56 3.62 4.96 -
YUV 53.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 89 34 62 0 0.62 0.30 0.65 329.45 0.45 0.24
Hex 59 22 3E 0 3E 1E 41 149 2D 18
Octal 131 42 76 0 76 36 101 511 55 30
Binary 1011001 100010 111110 0 111110 11110 1000001 101001001 101101 11000

Color Harmonies of #59223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59223E

Black with #59223E

Text Example


Text Example

White with #59223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59223E; }

 p { color: rgb(89,34,62); }

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

background-color css

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

 a { background-color: rgb(89,34,62); }

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

border-color css

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

 span { border-color: rgb(89,34,62); }

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