#760013

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

Shades of Burgundy #760013

Tints of Burgundy #760013

Color information

#760013 (or 0x760013) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 13. RGB value is (118,0,19). Sum of RGB (Red+Green+Blue) = 118+0+19=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #760013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760013 is #89FFEC. Grayscale: #252525. Windows color (decimal): -9043949 or 1245302. OLE color: 1245302.

HSL color Cylindrical-coordinate representation of color #760013: hue angle of 350.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760013 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB118019-
CMYK010.840.54
HSL350.34º100%23.14%-
HSV(B)350.34º100%46.27%-
XYZ7.593.90.97-
YUV37.45117.59185.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=86.13%
G=0%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118019010.840.54350.3410023.14
Hex76013064543615e6417
Octal16602301441246653614427
Binary1110110010011011001001010100110110101011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760013; }

 p { color: rgb(118,0,19); }

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

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

 a { background-color: rgb(118,0,19); }

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

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

 span { border-color: rgb(118,0,19); }

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