#750114

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

Shades of Burgundy #750114

Tints of Burgundy #750114

Color information

#750114 (or 0x750114) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 14. RGB value is (117,1,20). Sum of RGB (Red+Green+Blue) = 117+1+20=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750114 is #8AFEEB. Grayscale: #252525. Windows color (decimal): -9109228 or 1311093. OLE color: 1311093.

HSL color Cylindrical-coordinate representation of color #750114: hue angle of 350.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750114 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB117120-
CMYK00.990.830.54
HSL350.17º98.31%23.14%-
HSV(B)350.17º99.15%45.88%-
XYZ7.473.851.01-
YUV37.85117.93184.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=84.78%
G=0.72%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11712000.990.830.54350.1798.3123.14
Hex75114063533615e6217
Octal16512401431236653614227
Binary1110101110100011000111010011110110101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750114; }

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

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

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

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

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

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

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

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