#590222

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

Shades of Bordeaux #590222

Tints of Bordeaux #590222

Color information

#590222 (or 0x590222) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 22. RGB value is (89,2,34). Sum of RGB (Red+Green+Blue) = 89+2+34=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590222 is #A6FDDD. Grayscale: #1F1F1F. Windows color (decimal): -10943966 or 2228825. OLE color: 2228825.

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

Color convert

RGB89234-
CMYK00.980.620.65
HSL337.93º95.6%17.84%-
HSV(B)337.93º97.75%34.9%-
XYZ4.432.281.72-
YUV31.66129.32168.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.2%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=71.2%
G=1.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8923400.980.620.65337.9395.617.84
Hex592220623E411526012
Octal13124201427610152214022
Binary101100110100010011000101111101000001101010010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590222; }

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

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

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

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

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

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

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

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