#76030E

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

Shades of Burgundy #76030E

Tints of Burgundy #76030E

Color information

#76030E (or 0x76030E) is unknown color: approx Burgundy. HEX triplet: 76, 03 and 0E. RGB value is (118,3,14). Sum of RGB (Red+Green+Blue) = 118+3+14=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #76030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76030E is #89FCF1. Grayscale: #262626. Windows color (decimal): -9043186 or 918390. OLE color: 918390.

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

Color convert

RGB118314-
CMYK00.970.880.54
HSL354.26º95.04%23.73%-
HSV(B)354.26º97.46%46.27%-
XYZ7.583.950.78-
YUV38.64114.1184.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 87.41%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=87.41%
G=2.22%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11831400.970.880.54354.2695.0423.73
Hex763E06158361625f18
Octal16631601411306654213730
Binary1110110111110011000011011000110110101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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