#59081D

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

Shades of Bordeaux #59081D

Tints of Bordeaux #59081D

Color information

#59081D (or 0x59081D) is unknown color: approx Bordeaux. HEX triplet: 59, 08 and 1D. RGB value is (89,8,29). Sum of RGB (Red+Green+Blue) = 89+8+29=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #59081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59081D is #A6F7E2. Grayscale: #222222. Windows color (decimal): -10942435 or 1902681. OLE color: 1902681.

HSL color Cylindrical-coordinate representation of color #59081D: hue angle of 344.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59081D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB89829-
CMYK00.910.670.65
HSL344.44º83.51%19.02%-
HSV(B)344.44º91.01%34.9%-
XYZ4.432.391.39-
YUV34.61124.84166.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=70.63%
G=6.35%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8982900.910.670.65344.4483.5119.02
Hex5981D05B43411585413
Octal1311035013310310153012423
Binary10110011000111010101101110000111000001101011000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,8,29); }

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

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

 a { background-color: rgb(89,8,29); }

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

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

 span { border-color: rgb(89,8,29); }

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