#75042E

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

Shades of Burgundy #75042E

Tints of Burgundy #75042E

Color information

#75042E (or 0x75042E) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 2E. RGB value is (117,4,46). Sum of RGB (Red+Green+Blue) = 117+4+46=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75042E is #8AFBD1. Grayscale: #2A2A2A. Windows color (decimal): -9108434 or 3015797. OLE color: 3015797.

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

Color convert

RGB117446-
CMYK00.970.610.54
HSL337.7º93.39%23.73%-
HSV(B)337.7º96.58%45.88%-
XYZ7.874.072.95-
YUV42.58129.94181.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=70.06%
G=2.40%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744600.970.610.54337.793.3923.73
Hex7542E0613D361525d18
Octal1654560141756652213530
Binary111010110010111001100001111101110110101010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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