#59131F

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

Shades of Bordeaux #59131F

Tints of Bordeaux #59131F

Color information

#59131F (or 0x59131F) is unknown color: approx Bordeaux. HEX triplet: 59, 13 and 1F. RGB value is (89,19,31). Sum of RGB (Red+Green+Blue) = 89+19+31=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59131F is #A6ECE0. Grayscale: #292929. Windows color (decimal): -10939617 or 2036569. OLE color: 2036569.

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

Color convert

RGB891931-
CMYK00.790.650.65
HSL349.71º64.81%21.18%-
HSV(B)349.71º78.65%34.9%-
XYZ4.62.691.57-
YUV41.3122.19162.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=64.03%
G=13.67%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89193100.790.650.65349.7164.8121.18
Hex59131F04F414115e4115
Octal1312337011710110153610125
Binary101100110011111110100111110000011000001101011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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