#750916

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

Shades of Burgundy #750916

Tints of Burgundy #750916

Color information

#750916 (or 0x750916) is unknown color: approx Burgundy. HEX triplet: 75, 09 and 16. RGB value is (117,9,22). Sum of RGB (Red+Green+Blue) = 117+9+22=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #750916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750916 is #8AF6E9. Grayscale: #2A2A2A. Windows color (decimal): -9107178 or 1444213. OLE color: 1444213.

HSL color Cylindrical-coordinate representation of color #750916: hue angle of 352.78º degrees, saturation: 0.86, 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 #750916 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB117922-
CMYK00.920.810.54
HSL352.78º85.71%24.71%-
HSV(B)352.78º92.31%45.88%-
XYZ7.584.041.14-
YUV42.77116.28180.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=79.05%
G=6.08%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11792200.920.810.54352.7885.7124.71
Hex7591605C51361615619
Octal165112601341216654112631
Binary1110101100110110010111001010001110110101100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750916; }

 p { color: rgb(117,9,22); }

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

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

 a { background-color: rgb(117,9,22); }

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

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

 span { border-color: rgb(117,9,22); }

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