#59020C

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

Shades of Bordeaux #59020C

Tints of Bordeaux #59020C

Color information

#59020C (or 0x59020C) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 0C. RGB value is (89,2,12). Sum of RGB (Red+Green+Blue) = 89+2+12=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020C is #A6FDF3. Grayscale: #1D1D1D. Windows color (decimal): -10943988 or 787033. OLE color: 787033.

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

Color convert

RGB89212-
CMYK00.980.870.65
HSL353.1º95.6%17.84%-
HSV(B)353.1º97.75%34.9%-
XYZ4.212.190.55-
YUV29.15118.32170.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 86.41%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=86.41%
G=1.94%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921200.980.870.65353.195.617.84
Hex592C06257411616012
Octal131214014212710154114022
Binary10110011011000110001010101111000001101100001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59020C; }

 p { color: rgb(89,2,12); }

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

<style>
 a { background-color: #59020C; }

 a { background-color: rgb(89,2,12); }

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

<style>
 span { border-color: #59020C; }

 span { border-color: rgb(89,2,12); }

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