Html Css Color HEX #591B48 Pompadour

📋 copy color: '#591B48'

red 89 ◦ green 27 ◦ blue 72

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

Shades of Pompadour #591B48

Tints of Pompadour #591B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

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

R = 47.34%
G = 14.36%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#591B48 (or 0x591B48) is known color: Pompadour. HEX triplet: 59, 1B and 48. RGB value is (89,27,72). Sum of RGB (Red+Green+Blue) = 89+27+72=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B48 is #A6E4B7. Grayscale: #323232. Windows color (decimal): -10937528 or 4725593. OLE color: 4725593.

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

Color convert

RGB 89 27 72 -
CMYK 0 0.70 0.19 0.65
HSL 316.45º 0.53% 0.23% -
HSV(B) 316.45º 0.7% 0.35% -
XYZ 5.68 3.38 6.48 -
YUV 50.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 89 27 72 0 0.70 0.19 0.65 316.45 0.53 0.23
Hex 59 1B 48 0 46 13 41 13C 35 17
Octal 131 33 110 0 106 23 101 474 65 27
Binary 1011001 11011 1001000 0 1000110 10011 1000001 100111100 110101 10111

Color Harmonies of #591B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B48

Black with #591B48

Text Example


Text Example

White with #591B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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