#75072E

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

Shades of Burgundy #75072E

Tints of Burgundy #75072E

Color information

#75072E (or 0x75072E) is unknown color: approx Burgundy. HEX triplet: 75, 07 and 2E. RGB value is (117,7,46). Sum of RGB (Red+Green+Blue) = 117+7+46=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #75072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75072E is #8AF8D1. Grayscale: #2C2C2C. Windows color (decimal): -9107666 or 3016565. OLE color: 3016565.

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

Color convert

RGB117746-
CMYK00.940.610.54
HSL338.73º88.71%24.31%-
HSV(B)338.73º94.02%45.88%-
XYZ7.914.132.97-
YUV44.34128.94179.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=68.82%
G=4.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11774600.940.610.54338.7388.7124.31
Hex7572E05E3D361535918
Octal1657560136756652313130
Binary111010111110111001011110111101110110101010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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