#73020D

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

Shades of Burgundy #73020D

Tints of Burgundy #73020D

Color information

#73020D (or 0x73020D) is unknown color: approx Burgundy. HEX triplet: 73, 02 and 0D. RGB value is (115,2,13). Sum of RGB (Red+Green+Blue) = 115+2+13=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #73020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73020D is #8CFDF2. Grayscale: #252525. Windows color (decimal): -9240051 or 852595. OLE color: 852595.

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

Color convert

RGB115213-
CMYK00.980.890.55
HSL354.16º96.58%22.94%-
HSV(B)354.16º98.26%45.1%-
XYZ7.163.720.72-
YUV37.04114.44183.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 88.46%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 13 (5.47% from 255) = 10%
R=88.46%
G=1.54%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11521300.980.890.55354.1696.5822.94
Hex732D06259371626117
Octal16321501421316754214127
Binary1110011101101011000101011001110111101100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,2,13); }

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

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

 a { background-color: rgb(115,2,13); }

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

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

 span { border-color: rgb(115,2,13); }

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