#590208

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

Shades of Bordeaux #590208

Tints of Bordeaux #590208

Color information

#590208 (or 0x590208) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 08. RGB value is (89,2,8). Sum of RGB (Red+Green+Blue) = 89+2+8=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #590208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590208 is #A6FDF7. Grayscale: #1C1C1C. Windows color (decimal): -10943992 or 524889. OLE color: 524889.

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

Color convert

RGB8928-
CMYK00.980.910.65
HSL355.86º95.6%17.84%-
HSV(B)355.86º97.75%34.9%-
XYZ4.192.180.43-
YUV28.7116.32171.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 89.90%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=89.90%
G=2.02%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal892800.980.910.65355.8695.617.84
Hex59280625B411646012
Octal131210014213310154414022
Binary10110011010000110001010110111000001101100100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590208; }

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

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

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

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

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

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

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

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