#76020E

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

Shades of Burgundy #76020E

Tints of Burgundy #76020E

Color information

#76020E (or 0x76020E) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 0E. RGB value is (118,2,14). Sum of RGB (Red+Green+Blue) = 118+2+14=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #76020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020E is #89FDF1. Grayscale: #262626. Windows color (decimal): -9043442 or 918134. OLE color: 918134.

HSL color Cylindrical-coordinate representation of color #76020E: hue angle of 353.79º 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 #76020E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB118214-
CMYK00.980.880.54
HSL353.79º96.67%23.53%-
HSV(B)353.79º98.31%46.27%-
XYZ7.573.930.77-
YUV38.05114.43185.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.06%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=88.06%
G=1.49%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821400.980.880.54353.7996.6723.53
Hex762E06258361626118
Octal16621601421306654214130
Binary1110110101110011000101011000110110101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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