Html Css Color HEX #590009 Bordeaux

📋 copy color: '#590009'

red 89 ◦ green 0 ◦ blue 9

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

Shades of Bordeaux #590009

Tints of Bordeaux #590009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 90.82%
G = 0%
B = 9.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#590009 (or 0x590009) is known color: Bordeaux. HEX triplet: 59, 00 and 09. RGB value is (89,0,9). Sum of RGB (Red+Green+Blue) = 89+0+9=98 (12% of max value = 765). Red value is 89 (35.16% from 255 or 90.82% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 89 - color contains mainly: red. Hex color #590009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590009 is #A6FFF6. Grayscale: #1B1B1B. Windows color (decimal): -10944503 or 589913. OLE color: 589913.

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

Color convert

RGB 89 0 9 -
CMYK 0 1 0.90 0.65
HSL 353.93º 1% 0.17% -
HSV(B) 353.93º 1% 0.35% -
XYZ 4.17 2.14 0.45 -
YUV 27.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 89 0 9 0 1 0.90 0.65 353.93 1 0.17
Hex 59 0 9 0 64 5A 41 162 64 11
Octal 131 0 11 0 144 132 101 542 144 21
Binary 1011001 0 1001 0 1100100 1011010 1000001 101100010 1100100 10001

Color Harmonies of #590009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590009

Black with #590009

Text Example


Text Example

White with #590009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590009; }

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

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

background-color css

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

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

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

border-color css

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

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

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