#59031C

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

Shades of Bordeaux #59031C

Tints of Bordeaux #59031C

Color information

#59031C (or 0x59031C) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 1C. RGB value is (89,3,28). Sum of RGB (Red+Green+Blue) = 89+3+28=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59031C is #A6FCE3. Grayscale: #1F1F1F. Windows color (decimal): -10943716 or 1835865. OLE color: 1835865.

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

Color convert

RGB89328-
CMYK00.970.690.65
HSL342.56º93.48%18.04%-
HSV(B)342.56º96.63%34.9%-
XYZ4.362.271.31-
YUV31.56125.99168.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=74.17%
G=2.5%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932800.970.690.65342.5693.4818.04
Hex5931C06145411575d12
Octal131334014110510152713522
Binary101100111111000110000110001011000001101010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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