#720318

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

Shades of Burgundy #720318

Tints of Burgundy #720318

Color information

#720318 (or 0x720318) is unknown color: approx Burgundy. HEX triplet: 72, 03 and 18. RGB value is (114,3,24). Sum of RGB (Red+Green+Blue) = 114+3+24=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720318 is #8DFCE7. Grayscale: #262626. Windows color (decimal): -9305320 or 1573746. OLE color: 1573746.

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

Color convert

RGB114324-
CMYK00.970.790.55
HSL348.65º94.87%22.94%-
HSV(B)348.65º97.37%44.71%-
XYZ7.143.711.2-
YUV38.58119.77181.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=80.85%
G=2.13%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11432400.970.790.55348.6594.8722.94
Hex723180614F3715d5f17
Octal16233001411176753513727
Binary11100101111000011000011001111110111101011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720318; }

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

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

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

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

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

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

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

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