#750E14

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

Shades of Burgundy #750E14

Tints of Burgundy #750E14

Color information

#750E14 (or 0x750E14) is unknown color: approx Burgundy. HEX triplet: 75, 0E and 14. RGB value is (117,14,20). Sum of RGB (Red+Green+Blue) = 117+14+20=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750E14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E14 is #8AF1EB. Grayscale: #2D2D2D. Windows color (decimal): -9105900 or 1314421. OLE color: 1314421.

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

Color convert

RGB1171420-
CMYK00.880.830.54
HSL356.5º78.63%25.69%-
HSV(B)356.5º88.03%45.88%-
XYZ7.624.151.06-
YUV45.48113.62179.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=77.48%
G=9.27%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117142000.880.830.54356.578.6325.69
Hex75E1405853361654f1a
Octal165162401301236654511732
Binary1110101111010100010110001010011110110101100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,14,20); }

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

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

 a { background-color: rgb(117,14,20); }

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

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

 span { border-color: rgb(117,14,20); }

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