Html Css Color HEX #591942 Pompadour

📋 copy color: '#591942'

red 89 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #591942

Tints of Pompadour #591942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 49.44%
G = 13.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#591942 (or 0x591942) is known color: Pompadour. HEX triplet: 59, 19 and 42. RGB value is (89,25,66). Sum of RGB (Red+Green+Blue) = 89+25+66=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #591942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591942 is #A6E6BD. Grayscale: #303030. Windows color (decimal): -10938046 or 4331865. OLE color: 4331865.

HSL color Cylindrical-coordinate representation of color #591942: hue angle of 321.56º 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 #591942 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 66 -
CMYK 0 0.72 0.26 0.65
HSL 321.56º 0.56% 0.22% -
HSV(B) 321.56º 0.72% 0.35% -
XYZ 5.45 3.21 5.49 -
YUV 48.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 89 25 66 0 0.72 0.26 0.65 321.56 0.56 0.22
Hex 59 19 42 0 48 1A 41 142 38 16
Octal 131 31 102 0 110 32 101 502 70 26
Binary 1011001 11001 1000010 0 1001000 11010 1000001 101000010 111000 10110

Color Harmonies of #591942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591942

Black with #591942

Text Example


Text Example

White with #591942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591942; }

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

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

background-color css

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

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

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

border-color css

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

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

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