#59041B

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

Shades of Bordeaux #59041B

Tints of Bordeaux #59041B

Color information

#59041B (or 0x59041B) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 1B. RGB value is (89,4,27). Sum of RGB (Red+Green+Blue) = 89+4+27=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59041B is #A6FBE4. Grayscale: #202020. Windows color (decimal): -10943461 or 1770585. OLE color: 1770585.

HSL color Cylindrical-coordinate representation of color #59041B: hue angle of 343.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59041B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB89427-
CMYK00.960.700.65
HSL343.76º91.4%18.24%-
HSV(B)343.76º95.51%34.9%-
XYZ4.362.291.25-
YUV32.04125.16168.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=74.17%
G=3.33%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942700.960.700.65343.7691.418.24
Hex5941B06046411585b12
Octal131433014010610153013322
Binary1011001100110110110000010001101000001101011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59041B; }

 p { color: rgb(89,4,27); }

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

<style>
 a { background-color: #59041B; }

 a { background-color: rgb(89,4,27); }

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

<style>
 span { border-color: #59041B; }

 span { border-color: rgb(89,4,27); }

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