#720315

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

Shades of Burgundy #720315

Tints of Burgundy #720315

Color information

#720315 (or 0x720315) is unknown color: approx Burgundy. HEX triplet: 72, 03 and 15. RGB value is (114,3,21). Sum of RGB (Red+Green+Blue) = 114+3+21=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720315 is #8DFCEA. Grayscale: #262626. Windows color (decimal): -9305323 or 1377138. OLE color: 1377138.

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

Color convert

RGB114321-
CMYK00.970.820.55
HSL350.27º94.87%22.94%-
HSV(B)350.27º97.37%44.71%-
XYZ7.113.71.05-
YUV38.24118.27182.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=82.61%
G=2.17%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11432100.970.820.55350.2794.8722.94
Hex72315061523715e5f17
Octal16232501411226753613727
Binary11100101110101011000011010010110111101011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720315; }

 p { color: rgb(114,3,21); }

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

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

 a { background-color: rgb(114,3,21); }

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

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

 span { border-color: rgb(114,3,21); }

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