#59020E

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

Shades of Bordeaux #59020E

Tints of Bordeaux #59020E

Color information

#59020E (or 0x59020E) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 0E. RGB value is (89,2,14). Sum of RGB (Red+Green+Blue) = 89+2+14=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #59020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020E is #A6FDF1. Grayscale: #1D1D1D. Windows color (decimal): -10943986 or 918105. OLE color: 918105.

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

Color convert

RGB89214-
CMYK00.980.840.65
HSL351.72º95.6%17.84%-
HSV(B)351.72º97.75%34.9%-
XYZ4.222.20.62-
YUV29.38119.32170.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 84.76%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=84.76%
G=1.90%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921400.980.840.65351.7295.617.84
Hex592E06254411606012
Octal131216014212410154014022
Binary10110011011100110001010101001000001101100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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