Html Css Color HEX #590911 Bordeaux

📋 copy color: '#590911'

red 89 ◦ green 9 ◦ blue 17

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

Shades of Bordeaux #590911

Tints of Bordeaux #590911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 77.39%
G = 7.83%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#590911 (or 0x590911) is known color: Bordeaux. HEX triplet: 59, 09 and 11. RGB value is (89,9,17). Sum of RGB (Red+Green+Blue) = 89+9+17=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590911 is #A6F6EE. Grayscale: #212121. Windows color (decimal): -10942191 or 1116505. OLE color: 1116505.

HSL color Cylindrical-coordinate representation of color #590911: hue angle of 354º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590911 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 17 -
CMYK 0 0.90 0.81 0.65
HSL 354º 0.82% 0.19% -
HSV(B) 354º 0.9% 0.35% -
XYZ 4.32 2.36 0.76 -
YUV 33.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 89 9 17 0 0.90 0.81 0.65 354 0.82 0.19
Hex 59 9 11 0 5A 51 41 162 52 13
Octal 131 11 21 0 132 121 101 542 122 23
Binary 1011001 1001 10001 0 1011010 1010001 1000001 101100010 1010010 10011

Color Harmonies of #590911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590911

Black with #590911

Text Example


Text Example

White with #590911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590911; }

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

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

background-color css

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

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

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

border-color css

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

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

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