Html Css Color HEX #591329 Bordeaux

📋 copy color: '#591329'

red 89 ◦ green 19 ◦ blue 41

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

Shades of Bordeaux #591329

Tints of Bordeaux #591329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 59.73%
G = 12.75%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#591329 (or 0x591329) is known color: Bordeaux. HEX triplet: 59, 13 and 29. RGB value is (89,19,41). Sum of RGB (Red+Green+Blue) = 89+19+41=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #591329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591329 is #A6ECD6. Grayscale: #2A2A2A. Windows color (decimal): -10939607 or 2691929. OLE color: 2691929.

HSL color Cylindrical-coordinate representation of color #591329: hue angle of 341.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591329 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 41 -
CMYK 0 0.79 0.54 0.65
HSL 341.14º 0.65% 0.21% -
HSV(B) 341.14º 0.79% 0.35% -
XYZ 4.75 2.75 2.38 -
YUV 42.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 89 19 41 0 0.79 0.54 0.65 341.14 0.65 0.21
Hex 59 13 29 0 4F 36 41 155 41 15
Octal 131 23 51 0 117 66 101 525 101 25
Binary 1011001 10011 101001 0 1001111 110110 1000001 101010101 1000001 10101

Color Harmonies of #591329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591329

Black with #591329

Text Example


Text Example

White with #591329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591329; }

 p { color: rgb(89,19,41); }

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

background-color css

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

 a { background-color: rgb(89,19,41); }

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

border-color css

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

 span { border-color: rgb(89,19,41); }

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