#750912

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

Shades of Burgundy #750912

Tints of Burgundy #750912

Color information

#750912 (or 0x750912) is unknown color: approx Burgundy. HEX triplet: 75, 09 and 12. RGB value is (117,9,18). Sum of RGB (Red+Green+Blue) = 117+9+18=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750912 is #8AF6ED. Grayscale: #2A2A2A. Windows color (decimal): -9107182 or 1182069. OLE color: 1182069.

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

Color convert

RGB117918-
CMYK00.920.850.54
HSL355º85.71%24.71%-
HSV(B)355º92.31%45.88%-
XYZ7.544.020.95-
YUV42.32114.28181.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.25%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=81.25%
G=6.25%
B=12.5%

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
Decimal11791800.920.850.5435585.7124.71
Hex7591205C55361635619
Octal165112201341256654312631
Binary1110101100110010010111001010101110110101100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750912; }

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

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

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

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

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

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

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

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