#590A1F

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

Shades of Bordeaux #590A1F

Tints of Bordeaux #590A1F

Color information

#590A1F (or 0x590A1F) is unknown color: approx Bordeaux. HEX triplet: 59, 0A and 1F. RGB value is (89,10,31). Sum of RGB (Red+Green+Blue) = 89+10+31=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A1F is #A6F5E0. Grayscale: #242424. Windows color (decimal): -10941921 or 2034265. OLE color: 2034265.

HSL color Cylindrical-coordinate representation of color #590A1F: hue angle of 344.05º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A1F is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB891031-
CMYK00.890.650.65
HSL344.05º79.8%19.41%-
HSV(B)344.05º88.76%34.9%-
XYZ4.482.441.53-
YUV36.02125.17165.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=68.46%
G=7.69%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89103100.890.650.65344.0579.819.41
Hex59A1F05941411585013
Octal1311237013110110153012023
Binary10110011010111110101100110000011000001101011000101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A1F; }

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

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

<style>
 a { background-color: #590A1F; }

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

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

<style>
 span { border-color: #590A1F; }

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

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