#720510

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

Shades of Burgundy #720510

Tints of Burgundy #720510

Color information

#720510 (or 0x720510) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 10. RGB value is (114,5,16). Sum of RGB (Red+Green+Blue) = 114+5+16=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720510 is #8DFAEF. Grayscale: #262626. Windows color (decimal): -9304816 or 1049970. OLE color: 1049970.

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

Color convert

RGB114516-
CMYK00.960.860.55
HSL353.94º91.6%23.33%-
HSV(B)353.94º95.61%44.71%-
XYZ7.093.720.84-
YUV38.84115.11181.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 84.44%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=84.44%
G=3.70%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11451600.960.860.55353.9491.623.33
Hex7251006056371625c17
Octal16252001401266754213427
Binary111001010110000011000001010110110111101100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720510; }

 p { color: rgb(114,5,16); }

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

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

 a { background-color: rgb(114,5,16); }

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

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

 span { border-color: rgb(114,5,16); }

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