#720314

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

Shades of Burgundy #720314

Tints of Burgundy #720314

Color information

#720314 (or 0x720314) is unknown color: approx Burgundy. HEX triplet: 72, 03 and 14. RGB value is (114,3,20). Sum of RGB (Red+Green+Blue) = 114+3+20=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720314 is #8DFCEB. Grayscale: #262626. Windows color (decimal): -9305324 or 1311602. OLE color: 1311602.

HSL color Cylindrical-coordinate representation of color #720314: hue angle of 350.81º 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 #720314 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB114320-
CMYK00.970.820.55
HSL350.81º94.87%22.94%-
HSV(B)350.81º97.37%44.71%-
XYZ7.13.691-
YUV38.13117.77182.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=83.21%
G=2.19%
B=14.60%

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
Decimal11432000.970.820.55350.8194.8722.94
Hex72314061523715f5f17
Octal16232401411226753713727
Binary11100101110100011000011010010110111101011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720314; }

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

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

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

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

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

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

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

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