#760814

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

Shades of Burgundy #760814

Tints of Burgundy #760814

Color information

#760814 (or 0x760814) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 14. RGB value is (118,8,20). Sum of RGB (Red+Green+Blue) = 118+8+20=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #760814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760814 is #89F7EB. Grayscale: #2A2A2A. Windows color (decimal): -9041900 or 1312886. OLE color: 1312886.

HSL color Cylindrical-coordinate representation of color #760814: hue angle of 353.45º 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 #760814 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB118820-
CMYK00.930.830.54
HSL353.45º87.3%24.71%-
HSV(B)353.45º93.22%46.27%-
XYZ7.684.081.04-
YUV42.26115.44182.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.82%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=80.82%
G=5.48%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11882000.930.830.54353.4587.324.71
Hex7681405D53361615719
Octal166102401351236654112731
Binary1110110100010100010111011010011110110101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760814; }

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

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

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

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

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

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

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

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