#75041E

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

Shades of Burgundy #75041E

Tints of Burgundy #75041E

Color information

#75041E (or 0x75041E) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 1E. RGB value is (117,4,30). Sum of RGB (Red+Green+Blue) = 117+4+30=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75041E is #8AFBE1. Grayscale: #282828. Windows color (decimal): -9108450 or 1967221. OLE color: 1967221.

HSL color Cylindrical-coordinate representation of color #75041E: hue angle of 346.19º 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 #75041E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB117430-
CMYK00.970.740.54
HSL346.19º93.39%23.73%-
HSV(B)346.19º96.58%45.88%-
XYZ7.613.961.59-
YUV40.75121.94182.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=77.48%
G=2.65%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11743000.970.740.54346.1993.3923.73
Hex7541E0614A3615a5d18
Octal16543601411126653213530
Binary111010110011110011000011001010110110101011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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