#75051E

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

Shades of Burgundy #75051E

Tints of Burgundy #75051E

Color information

#75051E (or 0x75051E) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 1E. RGB value is (117,5,30). Sum of RGB (Red+Green+Blue) = 117+5+30=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75051E is #8AFAE1. Grayscale: #292929. Windows color (decimal): -9108194 or 1967477. OLE color: 1967477.

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

Color convert

RGB117530-
CMYK00.960.740.54
HSL346.61º91.8%23.92%-
HSV(B)346.61º95.73%45.88%-
XYZ7.623.981.6-
YUV41.34121.61181.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.97%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=76.97%
G=3.29%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11753000.960.740.54346.6191.823.92
Hex7551E0604A3615b5c18
Octal16553601401126653313430
Binary111010110111110011000001001010110110101011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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