#59061E

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

Shades of Bordeaux #59061E

Tints of Bordeaux #59061E

Color information

#59061E (or 0x59061E) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 1E. RGB value is (89,6,30). Sum of RGB (Red+Green+Blue) = 89+6+30=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #59061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59061E is #A6F9E1. Grayscale: #212121. Windows color (decimal): -10942946 or 1967705. OLE color: 1967705.

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

Color convert

RGB89630-
CMYK00.930.660.65
HSL342.65º87.37%18.63%-
HSV(B)342.65º93.26%34.9%-
XYZ4.422.351.45-
YUV33.55126167.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.2%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 30 (12.11% from 255) = 24%
R=71.2%
G=4.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8963000.930.660.65342.6587.3718.63
Hex5961E05D42411575713
Octal131636013510210152712723
Binary1011001110111100101110110000101000001101010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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