#590319

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

Shades of Bordeaux #590319

Tints of Bordeaux #590319

Color information

#590319 (or 0x590319) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 19. RGB value is (89,3,25). Sum of RGB (Red+Green+Blue) = 89+3+25=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590319 is #A6FCE6. Grayscale: #1F1F1F. Windows color (decimal): -10943719 or 1639257. OLE color: 1639257.

HSL color Cylindrical-coordinate representation of color #590319: hue angle of 344.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590319 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB89325-
CMYK00.970.720.65
HSL344.65º93.48%18.04%-
HSV(B)344.65º96.63%34.9%-
XYZ4.332.261.13-
YUV31.22124.49169.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=76.07%
G=2.56%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932500.970.720.65344.6593.4818.04
Hex5931906148411595d12
Octal131331014111010153113522
Binary101100111110010110000110010001000001101011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590319; }

 p { color: rgb(89,3,25); }

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

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

 a { background-color: rgb(89,3,25); }

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

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

 span { border-color: rgb(89,3,25); }

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