#76071C

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

Shades of Burgundy #76071C

Tints of Burgundy #76071C

Color information

#76071C (or 0x76071C) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 1C. RGB value is (118,7,28). Sum of RGB (Red+Green+Blue) = 118+7+28=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76071C is #89F8E3. Grayscale: #2A2A2A. Windows color (decimal): -9042148 or 1836918. OLE color: 1836918.

HSL color Cylindrical-coordinate representation of color #76071C: hue angle of 348.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76071C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB118728-
CMYK00.940.760.54
HSL348.65º88.8%24.51%-
HSV(B)348.65º94.07%46.27%-
XYZ7.764.091.48-
YUV42.58119.77181.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=77.12%
G=4.58%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11872800.940.760.54348.6588.824.51
Hex7671C05E4C3615d5919
Octal16673401361146653513131
Binary111011011111100010111101001100110110101011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76071C; }

 p { color: rgb(118,7,28); }

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

<style>
 a { background-color: #76071C; }

 a { background-color: rgb(118,7,28); }

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

<style>
 span { border-color: #76071C; }

 span { border-color: rgb(118,7,28); }

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