Html Css Color HEX #590917 Bordeaux

📋 copy color: '#590917'

red 89 ◦ green 9 ◦ blue 23

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

Shades of Bordeaux #590917

Tints of Bordeaux #590917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 73.55%
G = 7.44%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#590917 (or 0x590917) is known color: Bordeaux. HEX triplet: 59, 09 and 17. RGB value is (89,9,23). Sum of RGB (Red+Green+Blue) = 89+9+23=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #590917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590917 is #A6F6E8. Grayscale: #222222. Windows color (decimal): -10942185 or 1509721. OLE color: 1509721.

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

Color convert

RGB 89 9 23 -
CMYK 0 0.90 0.74 0.65
HSL 349.5º 0.82% 0.19% -
HSV(B) 349.5º 0.9% 0.35% -
XYZ 4.37 2.38 1.04 -
YUV 34.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 89 9 23 0 0.90 0.74 0.65 349.5 0.82 0.19
Hex 59 9 17 0 5A 4A 41 15E 52 13
Octal 131 11 27 0 132 112 101 536 122 23
Binary 1011001 1001 10111 0 1011010 1001010 1000001 101011110 1010010 10011

Color Harmonies of #590917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590917

Black with #590917

Text Example


Text Example

White with #590917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590917; }

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

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

background-color css

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

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

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

border-color css

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

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

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