Html Css Color HEX #59183A Pompadour

📋 copy color: '#59183A'

red 89 ◦ green 24 ◦ blue 58

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

Shades of Pompadour #59183A

Tints of Pompadour #59183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 52.05%
G = 14.04%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59183A (or 0x59183A) is known color: Pompadour. HEX triplet: 59, 18 and 3A. RGB value is (89,24,58). Sum of RGB (Red+Green+Blue) = 89+24+58=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59183A is #A6E7C5. Grayscale: #2F2F2F. Windows color (decimal): -10938310 or 3807321. OLE color: 3807321.

HSL color Cylindrical-coordinate representation of color #59183A: hue angle of 328.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59183A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 24 58 -
CMYK 0 0.73 0.35 0.65
HSL 328.62º 0.58% 0.22% -
HSV(B) 328.62º 0.73% 0.35% -
XYZ 5.21 3.08 4.32 -
YUV 47.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 89 24 58 0 0.73 0.35 0.65 328.62 0.58 0.22
Hex 59 18 3A 0 49 23 41 149 3A 16
Octal 131 30 72 0 111 43 101 511 72 26
Binary 1011001 11000 111010 0 1001001 100011 1000001 101001001 111010 10110

Color Harmonies of #59183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59183A

Black with #59183A

Text Example


Text Example

White with #59183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59183A; }

 p { color: rgb(89,24,58); }

 H1.HeaderClassName
 {
   color: #59183A;
 }
 .AnyTagClassName
 {
   color: #59183A;
 }
</style>

background-color css

<style>
 a { background-color: #59183A; }

 a { background-color: rgb(89,24,58); }

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

border-color css

<style>
 span { border-color: #59183A; }

 span { border-color: rgb(89,24,58); }

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