#75050E

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

Shades of Burgundy #75050E

Tints of Burgundy #75050E

Color information

#75050E (or 0x75050E) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 0E. RGB value is (117,5,14). Sum of RGB (Red+Green+Blue) = 117+5+14=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #75050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75050E is #8AFAF1. Grayscale: #272727. Windows color (decimal): -9108210 or 918901. OLE color: 918901.

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

Color convert

RGB117514-
CMYK00.960.880.54
HSL355.18º91.8%23.92%-
HSV(B)355.18º95.73%45.88%-
XYZ7.473.920.78-
YUV39.51113.61183.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.03%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=86.03%
G=3.68%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11751400.960.880.54355.1891.823.92
Hex755E06058361635c18
Octal16551601401306654313430
Binary11101011011110011000001011000110110101100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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