Html Css Color HEX #59213E Pompadour

📋 copy color: '#59213E'

red 89 ◦ green 33 ◦ blue 62

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

Shades of Pompadour #59213E

Tints of Pompadour #59213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 48.37%
G = 17.93%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#59213E (or 0x59213E) is known color: Pompadour. HEX triplet: 59, 21 and 3E. RGB value is (89,33,62). Sum of RGB (Red+Green+Blue) = 89+33+62=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59213E is #A6DEC1. Grayscale: #343434. Windows color (decimal): -10936002 or 4071769. OLE color: 4071769.

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

Color convert

RGB 89 33 62 -
CMYK 0 0.63 0.30 0.65
HSL 328.93º 0.46% 0.24% -
HSV(B) 328.93º 0.63% 0.35% -
XYZ 5.53 3.56 4.95 -
YUV 53.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 89 33 62 0 0.63 0.30 0.65 328.93 0.46 0.24
Hex 59 21 3E 0 3F 1E 41 149 2E 18
Octal 131 41 76 0 77 36 101 511 56 30
Binary 1011001 100001 111110 0 111111 11110 1000001 101001001 101110 11000

Color Harmonies of #59213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59213E

Black with #59213E

Text Example


Text Example

White with #59213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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