#760714

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

Shades of Burgundy #760714

Tints of Burgundy #760714

Color information

#760714 (or 0x760714) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 14. RGB value is (118,7,20). Sum of RGB (Red+Green+Blue) = 118+7+20=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #760714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760714 is #89F8EB. Grayscale: #292929. Windows color (decimal): -9042156 or 1312630. OLE color: 1312630.

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

Color convert

RGB118720-
CMYK00.940.830.54
HSL352.97º88.8%24.51%-
HSV(B)352.97º94.07%46.27%-
XYZ7.674.051.04-
YUV41.67115.77182.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.38%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=81.38%
G=4.83%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11872000.940.830.54352.9788.824.51
Hex7671405E53361615919
Octal16672401361236654113131
Binary111011011110100010111101010011110110101100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760714; }

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

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

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

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

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

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

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

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