#59050D

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

Shades of Bordeaux #59050D

Tints of Bordeaux #59050D

Color information

#59050D (or 0x59050D) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 0D. RGB value is (89,5,13). Sum of RGB (Red+Green+Blue) = 89+5+13=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #59050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050D is #A6FAF2. Grayscale: #1F1F1F. Windows color (decimal): -10943219 or 853337. OLE color: 853337.

HSL color Cylindrical-coordinate representation of color #59050D: hue angle of 354.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59050D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB89513-
CMYK00.940.850.65
HSL354.29º89.36%18.43%-
HSV(B)354.29º94.38%34.9%-
XYZ4.252.260.59-
YUV31.03117.83169.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.18%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=83.18%
G=4.67%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951300.940.850.65354.2989.3618.43
Hex595D05E55411625912
Octal131515013612510154213122
Binary101100110111010101111010101011000001101100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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