#59101C

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

Shades of Bordeaux #59101C

Tints of Bordeaux #59101C

Color information

#59101C (or 0x59101C) is unknown color: approx Bordeaux. HEX triplet: 59, 10 and 1C. RGB value is (89,16,28). Sum of RGB (Red+Green+Blue) = 89+16+28=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59101C is #A6EFE3. Grayscale: #272727. Windows color (decimal): -10940388 or 1839193. OLE color: 1839193.

HSL color Cylindrical-coordinate representation of color #59101C: hue angle of 350.14º 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 #59101C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB891628-
CMYK00.820.690.65
HSL350.14º69.52%20.59%-
HSV(B)350.14º82.02%34.9%-
XYZ4.512.581.36-
YUV39.2121.68163.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=66.92%
G=12.03%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89162800.820.690.65350.1469.5220.59
Hex59101C052454115e4615
Octal1312034012210510153610625
Binary101100110000111000101001010001011000001101011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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