#760212

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

Shades of Burgundy #760212

Tints of Burgundy #760212

Color information

#760212 (or 0x760212) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 12. RGB value is (118,2,18). Sum of RGB (Red+Green+Blue) = 118+2+18=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760212 is #89FDED. Grayscale: #262626. Windows color (decimal): -9043438 or 1180278. OLE color: 1180278.

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

Color convert

RGB118218-
CMYK00.980.850.54
HSL351.72º96.67%23.53%-
HSV(B)351.72º98.31%46.27%-
XYZ7.63.940.93-
YUV38.51116.43184.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 85.51%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=85.51%
G=1.45%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821800.980.850.54351.7296.6723.53
Hex7621206255361606118
Octal16622201421256654014130
Binary11101101010010011000101010101110110101100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760212; }

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

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

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

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

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

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

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

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