#590006

Color #590006 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #590006

Tints of Bordeaux #590006

Color information

#590006 (or 0x590006) is unknown color: approx 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

RGB8906-
CMYK010.930.65
HSL355.96º100%17.45%-
HSV(B)355.96º100%34.9%-
XYZ4.152.140.37-
YUV27.3115.99172.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8906010.930.65355.9610017.45
Hex59060645D411646411
Octal13106014413510154414421
Binary101100101100110010010111011000001101100100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>