#590F1A

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

Shades of Bordeaux #590F1A

Tints of Bordeaux #590F1A

Color information

#590F1A (or 0x590F1A) is unknown color: approx Bordeaux. HEX triplet: 59, 0F and 1A. RGB value is (89,15,26). Sum of RGB (Red+Green+Blue) = 89+15+26=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F1A is #A6F0E5. Grayscale: #262626. Windows color (decimal): -10940646 or 1707865. OLE color: 1707865.

HSL color Cylindrical-coordinate representation of color #590F1A: hue angle of 351.08º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F1A is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB891526-
CMYK00.830.710.65
HSL351.08º71.15%20.39%-
HSV(B)351.08º83.15%34.9%-
XYZ4.482.541.23-
YUV38.38121.02164.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 26 (10.55% from 255) = 20%
R=68.46%
G=11.54%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89152600.830.710.65351.0871.1520.39
Hex59F1A053474115f4714
Octal1311732012310710153710724
Binary10110011111110100101001110001111000001101011111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590F1A; }

 p { color: rgb(89,15,26); }

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

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

 a { background-color: rgb(89,15,26); }

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

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

 span { border-color: rgb(89,15,26); }

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