#75052E

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

Shades of Burgundy #75052E

Tints of Burgundy #75052E

Color information

#75052E (or 0x75052E) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 2E. RGB value is (117,5,46). Sum of RGB (Red+Green+Blue) = 117+5+46=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75052E is #8AFAD1. Grayscale: #2B2B2B. Windows color (decimal): -9108178 or 3016053. OLE color: 3016053.

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

Color convert

RGB117546-
CMYK00.960.610.54
HSL338.04º91.8%23.92%-
HSV(B)338.04º95.73%45.88%-
XYZ7.884.092.96-
YUV43.16129.61180.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=69.64%
G=2.98%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11754600.960.610.54338.0491.823.92
Hex7552E0603D361525c18
Octal1655560140756652213430
Binary111010110110111001100000111101110110101010010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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