#73071E

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

Shades of Burgundy #73071E

Tints of Burgundy #73071E

Color information

#73071E (or 0x73071E) is unknown color: approx Burgundy. HEX triplet: 73, 07 and 1E. RGB value is (115,7,30). Sum of RGB (Red+Green+Blue) = 115+7+30=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #73071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73071E is #8CF8E1. Grayscale: #292929. Windows color (decimal): -9238754 or 1967987. OLE color: 1967987.

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

Color convert

RGB115730-
CMYK00.940.740.55
HSL347.22º88.52%23.92%-
HSV(B)347.22º93.91%45.1%-
XYZ7.383.891.59-
YUV41.91121.28180.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=75.66%
G=4.61%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11573000.940.740.55347.2288.5223.92
Hex7371E05E4A3715b5918
Octal16373601361126753313130
Binary111001111111110010111101001010110111101011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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