#580510

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

Shades of Bordeaux #580510

Tints of Bordeaux #580510

Color information

#580510 (or 0x580510) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 10. RGB value is (88,5,16). Sum of RGB (Red+Green+Blue) = 88+5+16=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580510 is #A7FAEF. Grayscale: #1F1F1F. Windows color (decimal): -11008752 or 1049944. OLE color: 1049944.

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

Color convert

RGB88516-
CMYK00.940.820.65
HSL352.05º89.25%18.24%-
HSV(B)352.05º94.32%34.51%-
XYZ4.172.220.7-
YUV31.07119.5168.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80.73%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=80.73%
G=4.59%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8851600.940.820.65352.0589.2518.24
Hex5851005E52411605912
Octal130520013612210154013122
Binary1011000101100000101111010100101000001101100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580510; }

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

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

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

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

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

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

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

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