#590610

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

Shades of Bordeaux #590610

Tints of Bordeaux #590610

Color information

#590610 (or 0x590610) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 10. RGB value is (89,6,16). Sum of RGB (Red+Green+Blue) = 89+6+16=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #590610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590610 is #A6F9EF. Grayscale: #202020. Windows color (decimal): -10942960 or 1050201. OLE color: 1050201.

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

Color convert

RGB89616-
CMYK00.930.820.65
HSL352.77º87.37%18.63%-
HSV(B)352.77º93.26%34.9%-
XYZ4.282.290.71-
YUV31.96119168.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.18%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=80.18%
G=5.41%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8961600.930.820.65352.7787.3718.63
Hex5961005D52411615713
Octal131620013512210154112723
Binary1011001110100000101110110100101000001101100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590610; }

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

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

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

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

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

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

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

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