#750A15

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

Shades of Burgundy #750A15

Tints of Burgundy #750A15

Color information

#750A15 (or 0x750A15) is unknown color: approx Burgundy. HEX triplet: 75, 0A and 15. RGB value is (117,10,21). Sum of RGB (Red+Green+Blue) = 117+10+21=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #750A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A15 is #8AF5EA. Grayscale: #2B2B2B. Windows color (decimal): -9106923 or 1378933. OLE color: 1378933.

HSL color Cylindrical-coordinate representation of color #750A15: hue angle of 353.83º degrees, saturation: 0.84, 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 #750A15 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1171021-
CMYK00.910.820.54
HSL353.83º84.25%24.9%-
HSV(B)353.83º91.45%45.88%-
XYZ7.584.051.09-
YUV43.25115.45180.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=79.05%
G=6.76%
B=14.19%

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
Decimal117102100.910.820.54353.8384.2524.9
Hex75A1505B52361625419
Octal165122501331226654212431
Binary1110101101010101010110111010010110110101100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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