#730C15

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

Shades of Burgundy #730C15

Tints of Burgundy #730C15

Color information

#730C15 (or 0x730C15) is unknown color: approx Burgundy. HEX triplet: 73, 0C and 15. RGB value is (115,12,21). Sum of RGB (Red+Green+Blue) = 115+12+21=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C15 is #8CF3EA. Grayscale: #2B2B2B. Windows color (decimal): -9237483 or 1379443. OLE color: 1379443.

HSL color Cylindrical-coordinate representation of color #730C15: hue angle of 354.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C15 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1151221-
CMYK00.900.820.55
HSL354.76º81.1%24.9%-
HSV(B)354.76º89.57%45.1%-
XYZ7.343.961.09-
YUV43.82115.12178.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 12 (5.08% from 255) = 8.11%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=77.70%
G=8.11%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115122100.900.820.55354.7681.124.9
Hex73C1505A52371635119
Octal163142501321226754312131
Binary1110011110010101010110101010010110111101100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730C15; }

 p { color: rgb(115,12,21); }

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

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

 a { background-color: rgb(115,12,21); }

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

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

 span { border-color: rgb(115,12,21); }

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