#580514

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

Shades of Bordeaux #580514

Tints of Bordeaux #580514

Color information

#580514 (or 0x580514) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 14. RGB value is (88,5,20). Sum of RGB (Red+Green+Blue) = 88+5+20=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580514 is #A7FAEB. Grayscale: #1F1F1F. Windows color (decimal): -11008748 or 1312088. OLE color: 1312088.

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

Color convert

RGB88520-
CMYK00.940.770.65
HSL349.16º89.25%18.24%-
HSV(B)349.16º94.32%34.51%-
XYZ4.212.230.87-
YUV31.53121.5168.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=77.88%
G=4.42%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852000.940.770.65349.1689.2518.24
Hex5851405E4D4115d5912
Octal130524013611510153513122
Binary1011000101101000101111010011011000001101011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580514; }

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

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

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

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

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

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

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

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