#76031F

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

Shades of Burgundy #76031F

Tints of Burgundy #76031F

Color information

#76031F (or 0x76031F) is unknown color: approx Burgundy. HEX triplet: 76, 03 and 1F. RGB value is (118,3,31). Sum of RGB (Red+Green+Blue) = 118+3+31=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76031F is #89FCE0. Grayscale: #282828. Windows color (decimal): -9043169 or 2032502. OLE color: 2032502.

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

Color convert

RGB118331-
CMYK00.970.740.54
HSL345.39º95.04%23.73%-
HSV(B)345.39º97.46%46.27%-
XYZ7.754.021.66-
YUV40.58122.6183.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=77.63%
G=1.97%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833100.970.740.54345.3995.0423.73
Hex7631F0614A361595f18
Octal16633701411126653113730
Binary11101101111111011000011001010110110101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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