Html Css Color HEX #591322 Bordeaux

📋 copy color: '#591322'

red 89 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #591322

Tints of Bordeaux #591322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 62.68%
G = 13.38%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#591322 (or 0x591322) is known color: Bordeaux. HEX triplet: 59, 13 and 22. RGB value is (89,19,34). Sum of RGB (Red+Green+Blue) = 89+19+34=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591322 is #A6ECDD. Grayscale: #292929. Windows color (decimal): -10939614 or 2233177. OLE color: 2233177.

HSL color Cylindrical-coordinate representation of color #591322: hue angle of 347.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 #591322 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 34 -
CMYK 0 0.79 0.62 0.65
HSL 347.14º 0.65% 0.21% -
HSV(B) 347.14º 0.79% 0.35% -
XYZ 4.64 2.71 1.79 -
YUV 41.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 89 19 34 0 0.79 0.62 0.65 347.14 0.65 0.21
Hex 59 13 22 0 4F 3E 41 15B 41 15
Octal 131 23 42 0 117 76 101 533 101 25
Binary 1011001 10011 100010 0 1001111 111110 1000001 101011011 1000001 10101

Color Harmonies of #591322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591322

Black with #591322

Text Example


Text Example

White with #591322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591322; }

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

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

background-color css

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

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

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

border-color css

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

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

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