Html Css Color HEX #59153B Pompadour

📋 copy color: '#59153B'

red 89 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #59153B

Tints of Pompadour #59153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 59 (23.44% from 255) = 34.91%

R = 52.66%
G = 12.43%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59153B (or 0x59153B) is known color: Pompadour. HEX triplet: 59, 15 and 3B. RGB value is (89,21,59). Sum of RGB (Red+Green+Blue) = 89+21+59=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59153B is #A6EAC4. Grayscale: #2D2D2D. Windows color (decimal): -10939077 or 3872089. OLE color: 3872089.

HSL color Cylindrical-coordinate representation of color #59153B: hue angle of 326.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59153B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 59 -
CMYK 0 0.76 0.34 0.65
HSL 326.47º 0.62% 0.22% -
HSV(B) 326.47º 0.76% 0.35% -
XYZ 5.18 2.98 4.44 -
YUV 45.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 89 21 59 0 0.76 0.34 0.65 326.47 0.62 0.22
Hex 59 15 3B 0 4C 22 41 146 3E 16
Octal 131 25 73 0 114 42 101 506 76 26
Binary 1011001 10101 111011 0 1001100 100010 1000001 101000110 111110 10110

Color Harmonies of #59153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59153B

Black with #59153B

Text Example


Text Example

White with #59153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59153B; }

 p { color: rgb(89,21,59); }

 H1.HeaderClassName
 {
   color: #59153B;
 }
 .AnyTagClassName
 {
   color: #59153B;
 }
</style>

background-color css

<style>
 a { background-color: #59153B; }

 a { background-color: rgb(89,21,59); }

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

border-color css

<style>
 span { border-color: #59153B; }

 span { border-color: rgb(89,21,59); }

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