#59091D

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

Shades of Bordeaux #59091D

Tints of Bordeaux #59091D

Color information

#59091D (or 0x59091D) is unknown color: approx Bordeaux. HEX triplet: 59, 09 and 1D. RGB value is (89,9,29). Sum of RGB (Red+Green+Blue) = 89+9+29=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #59091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091D is #A6F6E2. Grayscale: #232323. Windows color (decimal): -10942179 or 1902937. OLE color: 1902937.

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

Color convert

RGB89929-
CMYK00.900.670.65
HSL345º81.63%19.22%-
HSV(B)345º89.89%34.9%-
XYZ4.442.411.39-
YUV35.2124.5166.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=70.08%
G=7.09%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8992900.900.670.6534581.6319.22
Hex5991D05A43411595213
Octal1311135013210310153112223
Binary10110011001111010101101010000111000001101011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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