#590314

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

Shades of Bordeaux #590314

Tints of Bordeaux #590314

Color information

#590314 (or 0x590314) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 14. RGB value is (89,3,20). Sum of RGB (Red+Green+Blue) = 89+3+20=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #590314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590314 is #A6FCEB. Grayscale: #1E1E1E. Windows color (decimal): -10943724 or 1311577. OLE color: 1311577.

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

Color convert

RGB89320-
CMYK00.970.780.65
HSL348.14º93.48%18.04%-
HSV(B)348.14º96.63%34.9%-
XYZ4.282.240.87-
YUV30.65121.99169.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 79.46%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=79.46%
G=2.68%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932000.970.780.65348.1493.4818.04
Hex593140614E4115c5d12
Octal131324014111610153413522
Binary101100111101000110000110011101000001101011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590314; }

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

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

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

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

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

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

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

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