Html Css Color HEX #591A48 Pompadour

📋 copy color: '#591A48'

red 89 ◦ green 26 ◦ blue 72

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

Shades of Pompadour #591A48

Tints of Pompadour #591A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 47.59%
G = 13.9%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#591A48 (or 0x591A48) is known color: Pompadour. HEX triplet: 59, 1A and 48. RGB value is (89,26,72). Sum of RGB (Red+Green+Blue) = 89+26+72=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #591A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A48 is #A6E5B7. Grayscale: #313131. Windows color (decimal): -10937784 or 4725337. OLE color: 4725337.

HSL color Cylindrical-coordinate representation of color #591A48: hue angle of 316.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A48 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 26 72 -
CMYK 0 0.71 0.19 0.65
HSL 316.19º 0.55% 0.23% -
HSV(B) 316.19º 0.71% 0.35% -
XYZ 5.66 3.33 6.48 -
YUV 50.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 89 26 72 0 0.71 0.19 0.65 316.19 0.55 0.23
Hex 59 1A 48 0 47 13 41 13C 37 17
Octal 131 32 110 0 107 23 101 474 67 27
Binary 1011001 11010 1001000 0 1000111 10011 1000001 100111100 110111 10111

Color Harmonies of #591A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A48

Black with #591A48

Text Example


Text Example

White with #591A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A48; }

 p { color: rgb(89,26,72); }

 H1.HeaderClassName
 {
   color: #591A48;
 }
 .AnyTagClassName
 {
   color: #591A48;
 }
</style>

background-color css

<style>
 a { background-color: #591A48; }

 a { background-color: rgb(89,26,72); }

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

border-color css

<style>
 span { border-color: #591A48; }

 span { border-color: rgb(89,26,72); }

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