#59031D

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

Shades of Bordeaux #59031D

Tints of Bordeaux #59031D

Color information

#59031D (or 0x59031D) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 1D. RGB value is (89,3,29). Sum of RGB (Red+Green+Blue) = 89+3+29=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59031D is #A6FCE2. Grayscale: #1F1F1F. Windows color (decimal): -10943715 or 1901401. OLE color: 1901401.

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

Color convert

RGB89329-
CMYK00.970.670.65
HSL341.86º93.48%18.04%-
HSV(B)341.86º96.63%34.9%-
XYZ4.372.281.37-
YUV31.68126.49168.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=73.55%
G=2.48%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932900.970.670.65341.8693.4818.04
Hex5931D06143411565d12
Octal131335014110310152613522
Binary101100111111010110000110000111000001101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,3,29); }

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

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

 a { background-color: rgb(89,3,29); }

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

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

 span { border-color: rgb(89,3,29); }

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