#590316

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

Shades of Bordeaux #590316

Tints of Bordeaux #590316

Color information

#590316 (or 0x590316) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 16. RGB value is (89,3,22). Sum of RGB (Red+Green+Blue) = 89+3+22=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590316 is #A6FCE9. Grayscale: #1E1E1E. Windows color (decimal): -10943722 or 1442649. OLE color: 1442649.

HSL color Cylindrical-coordinate representation of color #590316: hue angle of 346.74º 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 #590316 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB89322-
CMYK00.970.750.65
HSL346.74º93.48%18.04%-
HSV(B)346.74º96.63%34.9%-
XYZ4.32.250.97-
YUV30.88122.99169.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=78.07%
G=2.63%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932200.970.750.65346.7493.4818.04
Hex593160614B4115b5d12
Octal131326014111310153313522
Binary101100111101100110000110010111000001101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590316; }

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

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

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

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

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

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

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

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