#75040E

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

Shades of Burgundy #75040E

Tints of Burgundy #75040E

Color information

#75040E (or 0x75040E) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 0E. RGB value is (117,4,14). Sum of RGB (Red+Green+Blue) = 117+4+14=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #75040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75040E is #8AFBF1. Grayscale: #272727. Windows color (decimal): -9108466 or 918645. OLE color: 918645.

HSL color Cylindrical-coordinate representation of color #75040E: hue angle of 354.69º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75040E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB117414-
CMYK00.970.880.54
HSL354.69º93.39%23.73%-
HSV(B)354.69º96.58%45.88%-
XYZ7.463.90.78-
YUV38.93113.94183.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.67%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=86.67%
G=2.96%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11741400.970.880.54354.6993.3923.73
Hex754E06158361635d18
Octal16541601411306654313530
Binary11101011001110011000011011000110110101100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75040E; }

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

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

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

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

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

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

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

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