#76060F

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

Shades of Burgundy #76060F

Tints of Burgundy #76060F

Color information

#76060F (or 0x76060F) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 0F. RGB value is (118,6,15). Sum of RGB (Red+Green+Blue) = 118+6+15=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #76060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76060F is #89F9F0. Grayscale: #282828. Windows color (decimal): -9042417 or 984694. OLE color: 984694.

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

Color convert

RGB118615-
CMYK00.950.870.54
HSL355.18º90.32%24.31%-
HSV(B)355.18º94.92%46.27%-
XYZ7.624.020.83-
YUV40.51113.61183.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=84.89%
G=4.32%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11861500.950.870.54355.1890.3224.31
Hex766F05F57361635a18
Octal16661701371276654313230
Binary11101101101111010111111010111110110101100011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,6,15); }

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

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

 a { background-color: rgb(118,6,15); }

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

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

 span { border-color: rgb(118,6,15); }

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