#75071E

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

Shades of Burgundy #75071E

Tints of Burgundy #75071E

Color information

#75071E (or 0x75071E) is unknown color: approx Burgundy. HEX triplet: 75, 07 and 1E. RGB value is (117,7,30). Sum of RGB (Red+Green+Blue) = 117+7+30=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #75071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75071E is #8AF8E1. Grayscale: #2A2A2A. Windows color (decimal): -9107682 or 1967989. OLE color: 1967989.

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

Color convert

RGB117730-
CMYK00.940.740.54
HSL347.45º88.71%24.31%-
HSV(B)347.45º94.02%45.88%-
XYZ7.654.031.6-
YUV42.51120.94181.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=75.97%
G=4.55%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11773000.940.740.54347.4588.7124.31
Hex7571E05E4A3615b5918
Octal16573601361126653313130
Binary111010111111110010111101001010110110101011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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