#750911

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

Shades of Burgundy #750911

Tints of Burgundy #750911

Color information

#750911 (or 0x750911) is unknown color: approx Burgundy. HEX triplet: 75, 09 and 11. RGB value is (117,9,17). Sum of RGB (Red+Green+Blue) = 117+9+17=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750911 is #8AF6EE. Grayscale: #2A2A2A. Windows color (decimal): -9107183 or 1116533. OLE color: 1116533.

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

Color convert

RGB117917-
CMYK00.920.850.54
HSL355.56º85.71%24.71%-
HSV(B)355.56º92.31%45.88%-
XYZ7.534.020.91-
YUV42.2113.78181.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.82%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=81.82%
G=6.29%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11791700.920.850.54355.5685.7124.71
Hex7591105C55361645619
Octal165112101341256654412631
Binary1110101100110001010111001010101110110101100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750911; }

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

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

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

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

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

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

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

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