#720B1B

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

Shades of Burgundy #720B1B

Tints of Burgundy #720B1B

Color information

#720B1B (or 0x720B1B) is unknown color: approx Burgundy. HEX triplet: 72, 0B and 1B. RGB value is (114,11,27). Sum of RGB (Red+Green+Blue) = 114+11+27=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #720B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B1B is #8DF4E4. Grayscale: #2B2B2B. Windows color (decimal): -9303269 or 1772402. OLE color: 1772402.

HSL color Cylindrical-coordinate representation of color #720B1B: hue angle of 350.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B1B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1141127-
CMYK00.900.760.55
HSL350.68º82.4%24.51%-
HSV(B)350.68º90.35%44.71%-
XYZ7.263.91.41-
YUV43.62118.62178.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=75%
G=7.24%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114112700.900.760.55350.6882.424.51
Hex72B1B05A4C3715f5219
Octal162133301321146753712231
Binary1110010101111011010110101001100110111101011111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,11,27); }

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

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

 a { background-color: rgb(114,11,27); }

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

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

 span { border-color: rgb(114,11,27); }

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