#760512

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

Shades of Burgundy #760512

Tints of Burgundy #760512

Color information

#760512 (or 0x760512) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 12. RGB value is (118,5,18). Sum of RGB (Red+Green+Blue) = 118+5+18=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760512 is #89FAED. Grayscale: #282828. Windows color (decimal): -9042670 or 1181046. OLE color: 1181046.

HSL color Cylindrical-coordinate representation of color #760512: hue angle of 353.1º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760512 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB118518-
CMYK00.960.850.54
HSL353.1º91.87%24.12%-
HSV(B)353.1º95.76%46.27%-
XYZ7.6340.94-
YUV40.27115.44183.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=83.69%
G=3.55%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851800.960.850.54353.191.8724.12
Hex7651206055361615c18
Octal16652201401256654113430
Binary111011010110010011000001010101110110101100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760512; }

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

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

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

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

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

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

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

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