Html Css Color HEX #591941 Pompadour

📋 copy color: '#591941'

red 89 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #591941

Tints of Pompadour #591941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 49.72%
G = 13.97%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#591941 (or 0x591941) is known color: Pompadour. HEX triplet: 59, 19 and 41. RGB value is (89,25,65). Sum of RGB (Red+Green+Blue) = 89+25+65=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #591941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591941 is #A6E6BE. Grayscale: #303030. Windows color (decimal): -10938047 or 4266329. OLE color: 4266329.

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

Color convert

RGB 89 25 65 -
CMYK 0 0.72 0.27 0.65
HSL 322.5º 0.56% 0.22% -
HSV(B) 322.5º 0.72% 0.35% -
XYZ 5.42 3.2 5.33 -
YUV 48.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 89 25 65 0 0.72 0.27 0.65 322.5 0.56 0.22
Hex 59 19 41 0 48 1B 41 142 38 16
Octal 131 31 101 0 110 33 101 502 70 26
Binary 1011001 11001 1000001 0 1001000 11011 1000001 101000010 111000 10110

Color Harmonies of #591941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591941

Black with #591941

Text Example


Text Example

White with #591941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591941; }

 p { color: rgb(89,25,65); }

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

background-color css

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

 a { background-color: rgb(89,25,65); }

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

border-color css

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

 span { border-color: rgb(89,25,65); }

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