Html Css Color HEX #590016 Bordeaux

📋 copy color: '#590016'

red 89 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #590016

Tints of Bordeaux #590016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.82%

R = 80.18%
G = 0%
B = 19.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#590016 (or 0x590016) is known color: Bordeaux. HEX triplet: 59, 00 and 16. RGB value is (89,0,22). Sum of RGB (Red+Green+Blue) = 89+0+22=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #590016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590016 is #A6FFE9. Grayscale: #1D1D1D. Windows color (decimal): -10944490 or 1441881. OLE color: 1441881.

HSL color Cylindrical-coordinate representation of color #590016: hue angle of 345.17º 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 #590016 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 22 -
CMYK 0 1 0.75 0.65
HSL 345.17º 1% 0.17% -
HSV(B) 345.17º 1% 0.35% -
XYZ 4.26 2.18 0.96 -
YUV 29.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 89 0 22 0 1 0.75 0.65 345.17 1 0.17
Hex 59 0 16 0 64 4B 41 159 64 11
Octal 131 0 26 0 144 113 101 531 144 21
Binary 1011001 0 10110 0 1100100 1001011 1000001 101011001 1100100 10001

Color Harmonies of #590016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590016

Black with #590016

Text Example


Text Example

White with #590016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590016; }

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

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

background-color css

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

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

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

border-color css

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

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

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