Html Css Color HEX #59203E Pompadour

📋 copy color: '#59203E'

red 89 ◦ green 32 ◦ blue 62

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

Shades of Pompadour #59203E

Tints of Pompadour #59203E

RGB

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

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

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

R = 48.63%
G = 17.49%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#59203E (or 0x59203E) is known color: Pompadour. HEX triplet: 59, 20 and 3E. RGB value is (89,32,62). Sum of RGB (Red+Green+Blue) = 89+32+62=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59203E is #A6DFC1. Grayscale: #343434. Windows color (decimal): -10936258 or 4071513. OLE color: 4071513.

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

Color convert

RGB 89 32 62 -
CMYK 0 0.64 0.30 0.65
HSL 328.42º 0.47% 0.24% -
HSV(B) 328.42º 0.64% 0.35% -
XYZ 5.51 3.5 4.94 -
YUV 52.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 89 32 62 0 0.64 0.30 0.65 328.42 0.47 0.24
Hex 59 20 3E 0 40 1E 41 148 2F 18
Octal 131 40 76 0 100 36 101 510 57 30
Binary 1011001 100000 111110 0 1000000 11110 1000001 101001000 101111 11000

Color Harmonies of #59203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59203E

Black with #59203E

Text Example


Text Example

White with #59203E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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