#590512

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

Shades of Bordeaux #590512

Tints of Bordeaux #590512

Color information

#590512 (or 0x590512) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 12. RGB value is (89,5,18). Sum of RGB (Red+Green+Blue) = 89+5+18=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #590512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590512 is #A6FAED. Grayscale: #1F1F1F. Windows color (decimal): -10943214 or 1181017. OLE color: 1181017.

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

Color convert

RGB89518-
CMYK00.940.800.65
HSL350.71º89.36%18.43%-
HSV(B)350.71º94.38%34.9%-
XYZ4.282.280.79-
YUV31.6120.33168.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 79.46%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=79.46%
G=4.46%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951800.940.800.65350.7189.3618.43
Hex5951205E504115f5912
Octal131522013612010153713122
Binary1011001101100100101111010100001000001101011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590512; }

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

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

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

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

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

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

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

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