#76080F

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

Shades of Burgundy #76080F

Tints of Burgundy #76080F

Color information

#76080F (or 0x76080F) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 0F. RGB value is (118,8,15). Sum of RGB (Red+Green+Blue) = 118+8+15=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #76080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76080F is #89F7F0. Grayscale: #292929. Windows color (decimal): -9041905 or 985206. OLE color: 985206.

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

Color convert

RGB118815-
CMYK00.930.870.54
HSL356.18º87.3%24.71%-
HSV(B)356.18º93.22%46.27%-
XYZ7.644.060.83-
YUV41.69112.94182.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=83.69%
G=5.67%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11881500.930.870.54356.1887.324.71
Hex768F05D57361645719
Octal166101701351276654412731
Binary111011010001111010111011010111110110101100100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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