#59040D

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

Shades of Bordeaux #59040D

Tints of Bordeaux #59040D

Color information

#59040D (or 0x59040D) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 0D. RGB value is (89,4,13). Sum of RGB (Red+Green+Blue) = 89+4+13=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #59040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040D is #A6FBF2. Grayscale: #1E1E1E. Windows color (decimal): -10943475 or 853081. OLE color: 853081.

HSL color Cylindrical-coordinate representation of color #59040D: hue angle of 353.65º 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 #59040D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB89413-
CMYK00.960.850.65
HSL353.65º91.4%18.24%-
HSV(B)353.65º95.51%34.9%-
XYZ4.242.240.59-
YUV30.44118.16169.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=83.96%
G=3.77%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8941300.960.850.65353.6591.418.24
Hex594D06055411625b12
Octal131415014012510154213322
Binary101100110011010110000010101011000001101100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59040D; }

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

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

<style>
 a { background-color: #59040D; }

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

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

<style>
 span { border-color: #59040D; }

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

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