#580910

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

Shades of Bordeaux #580910

Tints of Bordeaux #580910

Color information

#580910 (or 0x580910) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 10. RGB value is (88,9,16). Sum of RGB (Red+Green+Blue) = 88+9+16=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580910 is #A7F6EF. Grayscale: #212121. Windows color (decimal): -11007728 or 1050968. OLE color: 1050968.

HSL color Cylindrical-coordinate representation of color #580910: hue angle of 354.68º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580910 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB88916-
CMYK00.900.820.65
HSL354.68º81.44%19.02%-
HSV(B)354.68º89.77%34.51%-
XYZ4.222.310.71-
YUV33.42118.17166.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=77.88%
G=7.96%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8891600.900.820.65354.6881.4419.02
Hex5891005A52411635113
Octal1301120013212210154312123
Binary10110001001100000101101010100101000001101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580910; }

 p { color: rgb(88,9,16); }

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

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

 a { background-color: rgb(88,9,16); }

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

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

 span { border-color: rgb(88,9,16); }

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