Html Css Color HEX #59203F Pompadour

📋 copy color: '#59203F'

red 89 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #59203F

Tints of Pompadour #59203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.24%

R = 48.37%
G = 17.39%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59203F (or 0x59203F) is known color: Pompadour. HEX triplet: 59, 20 and 3F. RGB value is (89,32,63). Sum of RGB (Red+Green+Blue) = 89+32+63=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59203F is #A6DFC0. Grayscale: #343434. Windows color (decimal): -10936257 or 4137049. OLE color: 4137049.

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

Color convert

RGB 89 32 63 -
CMYK 0 0.64 0.29 0.65
HSL 327.37º 0.47% 0.24% -
HSV(B) 327.37º 0.64% 0.35% -
XYZ 5.53 3.52 5.09 -
YUV 52.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 89 32 63 0 0.64 0.29 0.65 327.37 0.47 0.24
Hex 59 20 3F 0 40 1D 41 147 2F 18
Octal 131 40 77 0 100 35 101 507 57 30
Binary 1011001 100000 111111 0 1000000 11101 1000001 101000111 101111 11000

Color Harmonies of #59203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59203F

Black with #59203F

Text Example


Text Example

White with #59203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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