#720015

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

Shades of Burgundy #720015

Tints of Burgundy #720015

Color information

#720015 (or 0x720015) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 15. RGB value is (114,0,21). Sum of RGB (Red+Green+Blue) = 114+0+21=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720015 is #8DFFEA. Grayscale: #242424. Windows color (decimal): -9306091 or 1376370. OLE color: 1376370.

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

Color convert

RGB114021-
CMYK010.820.55
HSL348.95º100%22.35%-
HSV(B)348.95º100%44.71%-
XYZ7.073.631.04-
YUV36.48119.27183.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 84.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=84.44%
G=0%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114021010.820.55348.9510022.35
Hex72015064523715d6416
Octal16202501441226753514426
Binary1110010010101011001001010010110111101011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720015; }

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

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

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

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

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

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

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

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