#59020D

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

Shades of Bordeaux #59020D

Tints of Bordeaux #59020D

Color information

#59020D (or 0x59020D) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 0D. RGB value is (89,2,13). Sum of RGB (Red+Green+Blue) = 89+2+13=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020D is #A6FDF2. Grayscale: #1D1D1D. Windows color (decimal): -10943987 or 852569. OLE color: 852569.

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

Color convert

RGB89213-
CMYK00.980.850.65
HSL352.41º95.6%17.84%-
HSV(B)352.41º97.75%34.9%-
XYZ4.212.20.58-
YUV29.27118.82170.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 85.58%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=85.58%
G=1.92%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921300.980.850.65352.4195.617.84
Hex592D06255411606012
Octal131215014212510154014022
Binary10110011011010110001010101011000001101100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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