#59041C

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

Shades of Bordeaux #59041C

Tints of Bordeaux #59041C

Color information

#59041C (or 0x59041C) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 1C. RGB value is (89,4,28). Sum of RGB (Red+Green+Blue) = 89+4+28=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59041C is #A6FBE3. Grayscale: #202020. Windows color (decimal): -10943460 or 1836121. OLE color: 1836121.

HSL color Cylindrical-coordinate representation of color #59041C: hue angle of 343.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59041C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB89428-
CMYK00.960.690.65
HSL343.06º91.4%18.24%-
HSV(B)343.06º95.51%34.9%-
XYZ4.372.291.31-
YUV32.15125.66168.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=73.55%
G=3.31%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942800.960.690.65343.0691.418.24
Hex5941C06045411575b12
Octal131434014010510152713322
Binary1011001100111000110000010001011000001101010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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