#73061A

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

Shades of Burgundy #73061A

Tints of Burgundy #73061A

Color information

#73061A (or 0x73061A) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 1A. RGB value is (115,6,26). Sum of RGB (Red+Green+Blue) = 115+6+26=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73061A is #8CF9E5. Grayscale: #282828. Windows color (decimal): -9239014 or 1705587. OLE color: 1705587.

HSL color Cylindrical-coordinate representation of color #73061A: hue angle of 348.99º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73061A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB115626-
CMYK00.950.770.55
HSL348.99º90.08%23.73%-
HSV(B)348.99º94.78%45.1%-
XYZ7.323.851.33-
YUV40.87119.61180.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=78.23%
G=4.08%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11562600.950.770.55348.9990.0823.73
Hex7361A05F4D3715d5a18
Octal16363201371156753513230
Binary111001111011010010111111001101110111101011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73061A; }

 p { color: rgb(115,6,26); }

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

<style>
 a { background-color: #73061A; }

 a { background-color: rgb(115,6,26); }

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

<style>
 span { border-color: #73061A; }

 span { border-color: rgb(115,6,26); }

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