#59030D

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

Shades of Bordeaux #59030D

Tints of Bordeaux #59030D

Color information

#59030D (or 0x59030D) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 0D. RGB value is (89,3,13). Sum of RGB (Red+Green+Blue) = 89+3+13=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #59030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59030D is #A6FCF2. Grayscale: #1D1D1D. Windows color (decimal): -10943731 or 852825. OLE color: 852825.

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

Color convert

RGB89313-
CMYK00.970.850.65
HSL353.02º93.48%18.04%-
HSV(B)353.02º96.63%34.9%-
XYZ4.232.220.59-
YUV29.85118.49170.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 84.76%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=84.76%
G=2.86%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8931300.970.850.65353.0293.4818.04
Hex593D06155411615d12
Octal131315014112510154113522
Binary10110011111010110000110101011000001101100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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