#59141F

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

Shades of Bordeaux #59141F

Tints of Bordeaux #59141F

Color information

#59141F (or 0x59141F) is unknown color: approx Bordeaux. HEX triplet: 59, 14 and 1F. RGB value is (89,20,31). Sum of RGB (Red+Green+Blue) = 89+20+31=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59141F is #A6EBE0. Grayscale: #292929. Windows color (decimal): -10939361 or 2036825. OLE color: 2036825.

HSL color Cylindrical-coordinate representation of color #59141F: hue angle of 350.43º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59141F is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB892031-
CMYK00.780.650.65
HSL350.43º63.3%21.37%-
HSV(B)350.43º77.53%34.9%-
XYZ4.622.721.58-
YUV41.88121.86161.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=63.57%
G=14.29%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89203100.780.650.65350.4363.321.37
Hex59141F04E414115e3f15
Octal131243701161011015367725
Binary10110011010011111010011101000001100000110101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59141F; }

 p { color: rgb(89,20,31); }

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

<style>
 a { background-color: #59141F; }

 a { background-color: rgb(89,20,31); }

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

<style>
 span { border-color: #59141F; }

 span { border-color: rgb(89,20,31); }

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