#760012

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

Shades of Burgundy #760012

Tints of Burgundy #760012

Color information

#760012 (or 0x760012) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 12. RGB value is (118,0,18). Sum of RGB (Red+Green+Blue) = 118+0+18=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #760012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760012 is #89FFED. Grayscale: #252525. Windows color (decimal): -9043950 or 1179766. OLE color: 1179766.

HSL color Cylindrical-coordinate representation of color #760012: hue angle of 350.85º 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 #760012 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB118018-
CMYK010.850.54
HSL350.85º100%23.14%-
HSV(B)350.85º100%46.27%-
XYZ7.583.90.92-
YUV37.33117.09185.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=86.76%
G=0%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118018010.850.54350.8510023.14
Hex76012064553615f6417
Octal16602201441256653714427
Binary1110110010010011001001010101110110101011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760012; }

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

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

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

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

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

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

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

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