#730012

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

Shades of Burgundy #730012

Tints of Burgundy #730012

Color information

#730012 (or 0x730012) is unknown color: approx Burgundy. HEX triplet: 73, 00 and 12. RGB value is (115,0,18). Sum of RGB (Red+Green+Blue) = 115+0+18=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #730012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730012 is #8CFFED. Grayscale: #242424. Windows color (decimal): -9240558 or 1179763. OLE color: 1179763.

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

Color convert

RGB115018-
CMYK010.840.55
HSL350.61º100%22.55%-
HSV(B)350.61º100%45.1%-
XYZ7.183.690.91-
YUV36.44117.6184.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 86.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=86.47%
G=0%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115018010.840.55350.6110022.55
Hex73012064543715f6417
Octal16302201441246753714427
Binary1110011010010011001001010100110111101011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730012; }

 p { color: rgb(115,0,18); }

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

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

 a { background-color: rgb(115,0,18); }

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

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

 span { border-color: rgb(115,0,18); }

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