#590514

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

Shades of Bordeaux #590514

Tints of Bordeaux #590514

Color information

#590514 (or 0x590514) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 14. RGB value is (89,5,20). Sum of RGB (Red+Green+Blue) = 89+5+20=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590514 is #A6FAEB. Grayscale: #1F1F1F. Windows color (decimal): -10943212 or 1312089. OLE color: 1312089.

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

Color convert

RGB89520-
CMYK00.940.780.65
HSL349.29º89.36%18.43%-
HSV(B)349.29º94.38%34.9%-
XYZ4.32.280.88-
YUV31.83121.33168.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=78.07%
G=4.39%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952000.940.780.65349.2989.3618.43
Hex5951405E4E4115d5912
Octal131524013611610153513122
Binary1011001101101000101111010011101000001101011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590514; }

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

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

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

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

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

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

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

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