#59050A

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

Shades of Bordeaux #59050A

Tints of Bordeaux #59050A

Color information

#59050A (or 0x59050A) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 0A. RGB value is (89,5,10). Sum of RGB (Red+Green+Blue) = 89+5+10=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050A is #A6FAF5. Grayscale: #1E1E1E. Windows color (decimal): -10943222 or 656729. OLE color: 656729.

HSL color Cylindrical-coordinate representation of color #59050A: hue angle of 356.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59050A is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB89510-
CMYK00.940.890.65
HSL356.43º89.36%18.43%-
HSV(B)356.43º94.38%34.9%-
XYZ4.232.250.5-
YUV30.69116.33169.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 85.58%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=85.58%
G=4.81%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951000.940.890.65356.4389.3618.43
Hex595A05E59411645912
Octal131512013613110154413122
Binary101100110110100101111010110011000001101100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59050A; }

 p { color: rgb(89,5,10); }

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

<style>
 a { background-color: #59050A; }

 a { background-color: rgb(89,5,10); }

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

<style>
 span { border-color: #59050A; }

 span { border-color: rgb(89,5,10); }

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