#76011E

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

Shades of Burgundy #76011E

Tints of Burgundy #76011E

Color information

#76011E (or 0x76011E) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 1E. RGB value is (118,1,30). Sum of RGB (Red+Green+Blue) = 118+1+30=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76011E is #89FEE1. Grayscale: #272727. Windows color (decimal): -9043682 or 1966454. OLE color: 1966454.

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

Color convert

RGB118130-
CMYK00.990.750.54
HSL345.13º98.32%23.33%-
HSV(B)345.13º99.15%46.27%-
XYZ7.723.971.59-
YUV39.29122.76184.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.19%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=79.19%
G=0.67%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11813000.990.750.54345.1398.3223.33
Hex7611E0634B361596217
Octal16613601431136653114227
Binary1110110111110011000111001011110110101011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76011E; }

 p { color: rgb(118,1,30); }

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

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

 a { background-color: rgb(118,1,30); }

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

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

 span { border-color: rgb(118,1,30); }

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