#590322

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

Shades of Bordeaux #590322

Tints of Bordeaux #590322

Color information

#590322 (or 0x590322) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 22. RGB value is (89,3,34). Sum of RGB (Red+Green+Blue) = 89+3+34=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #590322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590322 is #A6FCDD. Grayscale: #202020. Windows color (decimal): -10943710 or 2229081. OLE color: 2229081.

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

Color convert

RGB89334-
CMYK00.970.620.65
HSL338.37º93.48%18.04%-
HSV(B)338.37º96.63%34.9%-
XYZ4.442.31.72-
YUV32.25128.99168.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=70.63%
G=2.38%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8933400.970.620.65338.3793.4818.04
Hex593220613E411525d12
Octal13134201417610152213522
Binary101100111100010011000011111101000001101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590322; }

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

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

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

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

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

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

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

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