Html Css Color HEX #59203D Pompadour

📋 copy color: '#59203D'

red 89 ◦ green 32 ◦ blue 61

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

Shades of Pompadour #59203D

Tints of Pompadour #59203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 48.9%
G = 17.58%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59203D (or 0x59203D) is known color: Pompadour. HEX triplet: 59, 20 and 3D. RGB value is (89,32,61). Sum of RGB (Red+Green+Blue) = 89+32+61=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59203D is #A6DFC2. Grayscale: #343434. Windows color (decimal): -10936259 or 4005977. OLE color: 4005977.

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

Color convert

RGB 89 32 61 -
CMYK 0 0.64 0.31 0.65
HSL 329.47º 0.47% 0.24% -
HSV(B) 329.47º 0.64% 0.35% -
XYZ 5.48 3.49 4.8 -
YUV 52.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 89 32 61 0 0.64 0.31 0.65 329.47 0.47 0.24
Hex 59 20 3D 0 40 1F 41 149 2F 18
Octal 131 40 75 0 100 37 101 511 57 30
Binary 1011001 100000 111101 0 1000000 11111 1000001 101001001 101111 11000

Color Harmonies of #59203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59203D

Black with #59203D

Text Example


Text Example

White with #59203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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