#59001A

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

Shades of Bordeaux #59001A

Tints of Bordeaux #59001A

Color information

#59001A (or 0x59001A) is unknown color: approx Bordeaux. HEX triplet: 59, 00 and 1A. RGB value is (89,0,26). Sum of RGB (Red+Green+Blue) = 89+0+26=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #59001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59001A is #A6FFE5. Grayscale: #1D1D1D. Windows color (decimal): -10944486 or 1704025. OLE color: 1704025.

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

Color convert

RGB89026-
CMYK010.710.65
HSL342.47º100%17.45%-
HSV(B)342.47º100%34.9%-
XYZ4.312.21.17-
YUV29.58125.99170.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 77.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=77.39%
G=0%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89026010.710.65342.4710017.45
Hex5901A06447411566411
Octal131032014410710152614421
Binary10110010110100110010010001111000001101010110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,0,26); }

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

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

 a { background-color: rgb(89,0,26); }

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

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

 span { border-color: rgb(89,0,26); }

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