Html Css Color HEX #591B42 Pompadour

📋 copy color: '#591B42'

red 89 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #591B42

Tints of Pompadour #591B42

RGB

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

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

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

R = 48.9%
G = 14.84%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#591B42 (or 0x591B42) is known color: Pompadour. HEX triplet: 59, 1B and 42. RGB value is (89,27,66). Sum of RGB (Red+Green+Blue) = 89+27+66=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #591B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B42 is #A6E4BD. Grayscale: #313131. Windows color (decimal): -10937534 or 4332377. OLE color: 4332377.

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

Color convert

RGB 89 27 66 -
CMYK 0 0.70 0.26 0.65
HSL 322.26º 0.53% 0.23% -
HSV(B) 322.26º 0.7% 0.35% -
XYZ 5.5 3.3 5.5 -
YUV 49.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 89 27 66 0 0.70 0.26 0.65 322.26 0.53 0.23
Hex 59 1B 42 0 46 1A 41 142 35 17
Octal 131 33 102 0 106 32 101 502 65 27
Binary 1011001 11011 1000010 0 1000110 11010 1000001 101000010 110101 10111

Color Harmonies of #591B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B42

Black with #591B42

Text Example


Text Example

White with #591B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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