#720A2A

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

Shades of Burgundy #720A2A

Tints of Burgundy #720A2A

Color information

#720A2A (or 0x720A2A) is unknown color: approx Burgundy. HEX triplet: 72, 0A and 2A. RGB value is (114,10,42). Sum of RGB (Red+Green+Blue) = 114+10+42=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #720A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A2A is #8DF5D5. Grayscale: #2C2C2C. Windows color (decimal): -9303510 or 2755186. OLE color: 2755186.

HSL color Cylindrical-coordinate representation of color #720A2A: hue angle of 341.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A2A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1141042-
CMYK00.910.630.55
HSL341.54º83.87%24.31%-
HSV(B)341.54º91.23%44.71%-
XYZ7.473.962.56-
YUV44.74126.46177.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=68.67%
G=6.02%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114104200.910.630.55341.5483.8724.31
Hex72A2A05B3F371565418
Octal16212520133776752612430
Binary1110010101010101001011011111111110111101010110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A2A; }

 p { color: rgb(114,10,42); }

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

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

 a { background-color: rgb(114,10,42); }

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

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

 span { border-color: rgb(114,10,42); }

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