Html Css Color HEX #59203C Pompadour

📋 copy color: '#59203C'

red 89 ◦ green 32 ◦ blue 60

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

Shades of Pompadour #59203C

Tints of Pompadour #59203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 49.17%
G = 17.68%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59203C (or 0x59203C) is known color: Pompadour. HEX triplet: 59, 20 and 3C. RGB value is (89,32,60). Sum of RGB (Red+Green+Blue) = 89+32+60=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59203C is #A6DFC3. Grayscale: #343434. Windows color (decimal): -10936260 or 3940441. OLE color: 3940441.

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

Color convert

RGB 89 32 60 -
CMYK 0 0.64 0.33 0.65
HSL 330.53º 0.47% 0.24% -
HSV(B) 330.53º 0.64% 0.35% -
XYZ 5.45 3.48 4.66 -
YUV 52.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 89 32 60 0 0.64 0.33 0.65 330.53 0.47 0.24
Hex 59 20 3C 0 40 21 41 14B 2F 18
Octal 131 40 74 0 100 41 101 513 57 30
Binary 1011001 100000 111100 0 1000000 100001 1000001 101001011 101111 11000

Color Harmonies of #59203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59203C

Black with #59203C

Text Example


Text Example

White with #59203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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