#590616

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

Shades of Bordeaux #590616

Tints of Bordeaux #590616

Color information

#590616 (or 0x590616) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 16. RGB value is (89,6,22). Sum of RGB (Red+Green+Blue) = 89+6+22=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590616 is #A6F9E9. Grayscale: #202020. Windows color (decimal): -10942954 or 1443417. OLE color: 1443417.

HSL color Cylindrical-coordinate representation of color #590616: hue angle of 348.43º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590616 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB89622-
CMYK00.930.750.65
HSL348.43º87.37%18.63%-
HSV(B)348.43º93.26%34.9%-
XYZ4.332.310.98-
YUV32.64122168.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=76.07%
G=5.13%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8962200.930.750.65348.4387.3718.63
Hex5961605D4B4115c5713
Octal131626013511310153412723
Binary1011001110101100101110110010111000001101011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590616; }

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

 H1.HeaderClassName
 {
   color: #590616;
 }
 .AnyTagClassName
 {
   color: #590616;
 }
</style>
background-color css

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

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

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

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

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

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