#59101e

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

Shades of Bordeaux #59101E

Tints of Bordeaux #59101E

Color information

#59101E (or 0x59101E) is unknown color: approx Bordeaux. HEX triplet: 59, 10 and 1E. RGB value is (89,16,30). Sum of RGB (Red+Green+Blue) = 89+16+30=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59101E is #A6EFE1. Grayscale: #272727. Windows color (decimal): -10940386 or 1970265. OLE color: 1970265.

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

Color convert

RGB891630-
CMYK00.820.660.65
HSL348.49º69.52%20.59%-
HSV(B)348.49º82.02%34.9%-
XYZ4.542.591.49-
YUV39.42122.68163.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=65.93%
G=11.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89163000.820.660.65348.4969.5220.59
Hex59101E052424115c4615
Octal1312036012210210153410625
Binary101100110000111100101001010000101000001101011100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59101e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59101e; }

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

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

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

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

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

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

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

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