#75052D

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

Shades of Burgundy #75052D

Tints of Burgundy #75052D

Color information

#75052D (or 0x75052D) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 2D. RGB value is (117,5,45). Sum of RGB (Red+Green+Blue) = 117+5+45=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75052D is #8AFAD2. Grayscale: #2B2B2B. Windows color (decimal): -9108179 or 2950517. OLE color: 2950517.

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

Color convert

RGB117545-
CMYK00.960.620.54
HSL338.57º91.8%23.92%-
HSV(B)338.57º95.73%45.88%-
XYZ7.864.082.86-
YUV43.05129.11180.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=70.06%
G=2.99%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11754500.960.620.54338.5791.823.92
Hex7552D0603E361535c18
Octal1655550140766652313430
Binary111010110110110101100000111110110110101010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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