Html Css Color HEX #590006 Bordeaux

📋 copy color: '#590006'

red 89 ◦ green 0 ◦ blue 6

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

Shades of Bordeaux #590006

Tints of Bordeaux #590006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.32%

R = 93.68%
G = 0%
B = 6.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#590006 (or 0x590006) is known color: Bordeaux. HEX triplet: 59, 00 and 06. RGB value is (89,0,6). Sum of RGB (Red+Green+Blue) = 89+0+6=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590006 is #A6FFF9. Grayscale: #1B1B1B. Windows color (decimal): -10944506 or 393305. OLE color: 393305.

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

Color convert

RGB 89 0 6 -
CMYK 0 1 0.93 0.65
HSL 355.96º 1% 0.17% -
HSV(B) 355.96º 1% 0.35% -
XYZ 4.15 2.14 0.37 -
YUV 27.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 89 0 6 0 1 0.93 0.65 355.96 1 0.17
Hex 59 0 6 0 64 5D 41 164 64 11
Octal 131 0 6 0 144 135 101 544 144 21
Binary 1011001 0 110 0 1100100 1011101 1000001 101100100 1100100 10001

Color Harmonies of #590006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590006

Black with #590006

Text Example


Text Example

White with #590006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590006; }

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

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

background-color css

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

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

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

border-color css

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

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

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