#59031E

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

Shades of Bordeaux #59031E

Tints of Bordeaux #59031E

Color information

#59031E (or 0x59031E) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 1E. RGB value is (89,3,30). Sum of RGB (Red+Green+Blue) = 89+3+30=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59031E is #A6FCE1. Grayscale: #1F1F1F. Windows color (decimal): -10943714 or 1966937. OLE color: 1966937.

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

Color convert

RGB89330-
CMYK00.970.660.65
HSL341.16º93.48%18.04%-
HSV(B)341.16º96.63%34.9%-
XYZ4.392.281.44-
YUV31.79126.99168.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.95%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=72.95%
G=2.46%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8933000.970.660.65341.1693.4818.04
Hex5931E06142411555d12
Octal131336014110210152513522
Binary101100111111100110000110000101000001101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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