#760A1C

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

Shades of Burgundy #760A1C

Tints of Burgundy #760A1C

Color information

#760A1C (or 0x760A1C) is unknown color: approx Burgundy. HEX triplet: 76, 0A and 1C. RGB value is (118,10,28). Sum of RGB (Red+Green+Blue) = 118+10+28=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A1C is #89F5E3. Grayscale: #2C2C2C. Windows color (decimal): -9041380 or 1837686. OLE color: 1837686.

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

Color convert

RGB1181028-
CMYK00.920.760.54
HSL350º84.38%25.1%-
HSV(B)350º91.53%46.27%-
XYZ7.794.151.49-
YUV44.34118.78180.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=75.64%
G=6.41%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118102800.920.760.5435084.3825.1
Hex76A1C05C4C3615e5419
Octal166123401341146653612431
Binary1110110101011100010111001001100110110101011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A1C; }

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

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

<style>
 a { background-color: #760A1C; }

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

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

<style>
 span { border-color: #760A1C; }

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

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