Html Css Color HEX #590011 Bordeaux

📋 copy color: '#590011'

red 89 ◦ green 0 ◦ blue 17

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

Shades of Bordeaux #590011

Tints of Bordeaux #590011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.96%
G = 0%
B = 16.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#590011 (or 0x590011) is known color: Bordeaux. HEX triplet: 59, 00 and 11. RGB value is (89,0,17). Sum of RGB (Red+Green+Blue) = 89+0+17=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #590011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590011 is #A6FFEE. Grayscale: #1C1C1C. Windows color (decimal): -10944495 or 1114201. OLE color: 1114201.

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

Color convert

RGB 89 0 17 -
CMYK 0 1 0.81 0.65
HSL 348.54º 1% 0.17% -
HSV(B) 348.54º 1% 0.35% -
XYZ 4.22 2.16 0.73 -
YUV 28.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 89 0 17 0 1 0.81 0.65 348.54 1 0.17
Hex 59 0 11 0 64 51 41 15D 64 11
Octal 131 0 21 0 144 121 101 535 144 21
Binary 1011001 0 10001 0 1100100 1010001 1000001 101011101 1100100 10001

Color Harmonies of #590011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590011

Black with #590011

Text Example


Text Example

White with #590011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590011; }

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

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

background-color css

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

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

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

border-color css

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

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

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