#73062A

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

Shades of Burgundy #73062A

Tints of Burgundy #73062A

Color information

#73062A (or 0x73062A) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 2A. RGB value is (115,6,42). Sum of RGB (Red+Green+Blue) = 115+6+42=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73062A is #8CF9D5. Grayscale: #2A2A2A. Windows color (decimal): -9238998 or 2754163. OLE color: 2754163.

HSL color Cylindrical-coordinate representation of color #73062A: hue angle of 340.18º 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 #73062A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB115642-
CMYK00.950.630.55
HSL340.18º90.08%23.73%-
HSV(B)340.18º94.78%45.1%-
XYZ7.553.942.55-
YUV42.69127.61179.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=70.55%
G=3.68%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11564200.950.630.55340.1890.0823.73
Hex7362A05F3F371545a18
Octal1636520137776752413230
Binary111001111010101001011111111111110111101010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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