#76051F

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

Shades of Burgundy #76051F

Tints of Burgundy #76051F

Color information

#76051F (or 0x76051F) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 1F. RGB value is (118,5,31). Sum of RGB (Red+Green+Blue) = 118+5+31=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #76051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76051F is #89FAE0. Grayscale: #292929. Windows color (decimal): -9042657 or 2033014. OLE color: 2033014.

HSL color Cylindrical-coordinate representation of color #76051F: hue angle of 346.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76051F is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB118531-
CMYK00.960.740.54
HSL346.19º91.87%24.12%-
HSV(B)346.19º95.76%46.27%-
XYZ7.774.061.67-
YUV41.75121.94182.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=76.62%
G=3.25%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11853100.960.740.54346.1991.8724.12
Hex7651F0604A3615a5c18
Octal16653701401126653213430
Binary111011010111111011000001001010110110101011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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