#59051A

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

Shades of Bordeaux #59051A

Tints of Bordeaux #59051A

Color information

#59051A (or 0x59051A) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 1A. RGB value is (89,5,26). Sum of RGB (Red+Green+Blue) = 89+5+26=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59051A is #A6FAE5. Grayscale: #202020. Windows color (decimal): -10943206 or 1705305. OLE color: 1705305.

HSL color Cylindrical-coordinate representation of color #59051A: hue angle of 345º 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 #59051A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB89526-
CMYK00.940.710.65
HSL345º89.36%18.43%-
HSV(B)345º94.38%34.9%-
XYZ4.362.311.19-
YUV32.51124.33168.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=74.17%
G=4.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952600.940.710.6534589.3618.43
Hex5951A05E47411595912
Octal131532013610710153113122
Binary1011001101110100101111010001111000001101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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