#590614

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

Shades of Bordeaux #590614

Tints of Bordeaux #590614

Color information

#590614 (or 0x590614) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 14. RGB value is (89,6,20). Sum of RGB (Red+Green+Blue) = 89+6+20=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590614 is #A6F9EB. Grayscale: #202020. Windows color (decimal): -10942956 or 1312345. OLE color: 1312345.

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

Color convert

RGB89620-
CMYK00.930.780.65
HSL349.88º87.37%18.63%-
HSV(B)349.88º93.26%34.9%-
XYZ4.312.30.88-
YUV32.41121168.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 77.39%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=77.39%
G=5.22%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8962000.930.780.65349.8887.3718.63
Hex5961405D4E4115e5713
Octal131624013511610153612723
Binary1011001110101000101110110011101000001101011110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590614; }

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

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

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

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

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

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

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

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