Html Css Color HEX #591120 Bordeaux

📋 copy color: '#591120'

red 89 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #591120

Tints of Bordeaux #591120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 64.49%
G = 12.32%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#591120 (or 0x591120) is known color: Bordeaux. HEX triplet: 59, 11 and 20. RGB value is (89,17,32). Sum of RGB (Red+Green+Blue) = 89+17+32=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591120 is #A6EEDF. Grayscale: #282828. Windows color (decimal): -10940128 or 2101593. OLE color: 2101593.

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

Color convert

RGB 89 17 32 -
CMYK 0 0.81 0.64 0.65
HSL 347.5º 0.68% 0.21% -
HSV(B) 347.5º 0.81% 0.35% -
XYZ 4.58 2.63 1.63 -
YUV 40.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 89 17 32 0 0.81 0.64 0.65 347.5 0.68 0.21
Hex 59 11 20 0 51 40 41 15C 44 15
Octal 131 21 40 0 121 100 101 534 104 25
Binary 1011001 10001 100000 0 1010001 1000000 1000001 101011100 1000100 10101

Color Harmonies of #591120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591120

Black with #591120

Text Example


Text Example

White with #591120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591120; }

 p { color: rgb(89,17,32); }

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

background-color css

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

 a { background-color: rgb(89,17,32); }

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

border-color css

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

 span { border-color: rgb(89,17,32); }

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