#73031E

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

Shades of Burgundy #73031E

Tints of Burgundy #73031E

Color information

#73031E (or 0x73031E) is unknown color: approx Burgundy. HEX triplet: 73, 03 and 1E. RGB value is (115,3,30). Sum of RGB (Red+Green+Blue) = 115+3+30=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73031E is #8CFCE1. Grayscale: #272727. Windows color (decimal): -9239778 or 1966963. OLE color: 1966963.

HSL color Cylindrical-coordinate representation of color #73031E: hue angle of 345.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73031E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB115330-
CMYK00.970.740.55
HSL345.54º94.92%23.14%-
HSV(B)345.54º97.39%45.1%-
XYZ7.343.81.58-
YUV39.57122.61181.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=77.70%
G=2.03%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11533000.970.740.55345.5494.9223.14
Hex7331E0614A3715a5f17
Octal16333601411126753213727
Binary11100111111110011000011001010110111101011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,3,30); }

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

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

 a { background-color: rgb(115,3,30); }

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

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

 span { border-color: rgb(115,3,30); }

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