#590622

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

Shades of Bordeaux #590622

Tints of Bordeaux #590622

Color information

#590622 (or 0x590622) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 22. RGB value is (89,6,34). Sum of RGB (Red+Green+Blue) = 89+6+34=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #590622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590622 is #A6F9DD. Grayscale: #212121. Windows color (decimal): -10942942 or 2229849. OLE color: 2229849.

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

Color convert

RGB89634-
CMYK00.930.620.65
HSL339.76º87.37%18.63%-
HSV(B)339.76º93.26%34.9%-
XYZ4.472.371.73-
YUV34.01128167.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.99%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=68.99%
G=4.65%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8963400.930.620.65339.7687.3718.63
Hex5962205D3E411545713
Octal13164201357610152412723
Binary1011001110100010010111011111101000001101010100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590622; }

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

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

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

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

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

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

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

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