#76011F

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

Shades of Burgundy #76011F

Tints of Burgundy #76011F

Color information

#76011F (or 0x76011F) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 1F. RGB value is (118,1,31). Sum of RGB (Red+Green+Blue) = 118+1+31=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76011F is #89FEE0. Grayscale: #272727. Windows color (decimal): -9043681 or 2031990. OLE color: 2031990.

HSL color Cylindrical-coordinate representation of color #76011F: hue angle of 344.62º 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 #76011F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB118131-
CMYK00.990.740.54
HSL344.62º98.32%23.33%-
HSV(B)344.62º99.15%46.27%-
XYZ7.733.971.66-
YUV39.4123.26184.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 78.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=78.67%
G=0.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11813100.990.740.54344.6298.3223.33
Hex7611F0634A361596217
Octal16613701431126653114227
Binary1110110111111011000111001010110110101011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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