#73012A

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

Shades of Burgundy #73012A

Tints of Burgundy #73012A

Color information

#73012A (or 0x73012A) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 2A. RGB value is (115,1,42). Sum of RGB (Red+Green+Blue) = 115+1+42=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #73012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73012A is #8CFED5. Grayscale: #272727. Windows color (decimal): -9240278 or 2752883. OLE color: 2752883.

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

Color convert

RGB115142-
CMYK00.990.630.55
HSL338.42º98.28%22.75%-
HSV(B)338.42º99.13%45.1%-
XYZ7.53.832.54-
YUV39.76129.27181.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=72.78%
G=0.63%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11514200.990.630.55338.4298.2822.75
Hex7312A0633F371526217
Octal1631520143776752214227
Binary1110011110101001100011111111110111101010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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