#59011E

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

Shades of Bordeaux #59011E

Tints of Bordeaux #59011E

Color information

#59011E (or 0x59011E) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 1E. RGB value is (89,1,30). Sum of RGB (Red+Green+Blue) = 89+1+30=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59011E is #A6FEE1. Grayscale: #1E1E1E. Windows color (decimal): -10944226 or 1966425. OLE color: 1966425.

HSL color Cylindrical-coordinate representation of color #59011E: hue angle of 340.23º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59011E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB89130-
CMYK00.990.660.65
HSL340.23º97.78%17.65%-
HSV(B)340.23º98.88%34.9%-
XYZ4.372.241.43-
YUV30.62127.65169.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 30 (12.11% from 255) = 25%
R=74.17%
G=0.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8913000.990.660.65340.2397.7817.65
Hex5911E06342411546212
Octal131136014310210152414222
Binary10110011111100110001110000101000001101010100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59011E; }

 p { color: rgb(89,1,30); }

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

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

 a { background-color: rgb(89,1,30); }

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

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

 span { border-color: rgb(89,1,30); }

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