#59091C

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

Shades of Bordeaux #59091C

Tints of Bordeaux #59091C

Color information

#59091C (or 0x59091C) is unknown color: approx Bordeaux. HEX triplet: 59, 09 and 1C. RGB value is (89,9,28). Sum of RGB (Red+Green+Blue) = 89+9+28=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #59091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091C is #A6F6E3. Grayscale: #232323. Windows color (decimal): -10942180 or 1837401. OLE color: 1837401.

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

Color convert

RGB89928-
CMYK00.900.690.65
HSL345.75º81.63%19.22%-
HSV(B)345.75º89.89%34.9%-
XYZ4.432.41.33-
YUV35.09124166.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=70.63%
G=7.14%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8992800.900.690.65345.7581.6319.22
Hex5991C05A454115a5213
Octal1311134013210510153212223
Binary10110011001111000101101010001011000001101011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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