#750B15

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

Shades of Burgundy #750B15

Tints of Burgundy #750B15

Color information

#750B15 (or 0x750B15) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 15. RGB value is (117,11,21). Sum of RGB (Red+Green+Blue) = 117+11+21=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #750B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B15 is #8AF4EA. Grayscale: #2B2B2B. Windows color (decimal): -9106667 or 1379189. OLE color: 1379189.

HSL color Cylindrical-coordinate representation of color #750B15: hue angle of 354.34º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B15 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1171121-
CMYK00.910.820.54
HSL354.34º82.81%25.1%-
HSV(B)354.34º90.6%45.88%-
XYZ7.594.081.1-
YUV43.83115.12180.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=78.52%
G=7.38%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117112100.910.820.54354.3482.8125.1
Hex75B1505B52361625319
Octal165132501331226654212331
Binary1110101101110101010110111010010110110101100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750B15; }

 p { color: rgb(117,11,21); }

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

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

 a { background-color: rgb(117,11,21); }

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

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

 span { border-color: rgb(117,11,21); }

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