#720610

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

Shades of Burgundy #720610

Tints of Burgundy #720610

Color information

#720610 (or 0x720610) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 10. RGB value is (114,6,16). Sum of RGB (Red+Green+Blue) = 114+6+16=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720610 is #8DF9EF. Grayscale: #272727. Windows color (decimal): -9304560 or 1050226. OLE color: 1050226.

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

Color convert

RGB114616-
CMYK00.950.860.55
HSL354.44º90%23.53%-
HSV(B)354.44º94.74%44.71%-
XYZ7.13.750.84-
YUV39.43114.78181.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=83.82%
G=4.41%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11461600.950.860.55354.449023.53
Hex7261005F56371625a18
Octal16262001371266754213230
Binary111001011010000010111111010110110111101100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720610; }

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

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

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

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

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

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

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

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