#72051A

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

Shades of Burgundy #72051A

Tints of Burgundy #72051A

Color information

#72051A (or 0x72051A) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 1A. RGB value is (114,5,26). Sum of RGB (Red+Green+Blue) = 114+5+26=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72051A is #8DFAE5. Grayscale: #282828. Windows color (decimal): -9304806 or 1705330. OLE color: 1705330.

HSL color Cylindrical-coordinate representation of color #72051A: hue angle of 348.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72051A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB114526-
CMYK00.960.770.55
HSL348.44º91.6%23.33%-
HSV(B)348.44º95.61%44.71%-
XYZ7.183.761.32-
YUV39.98120.11180.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=78.62%
G=3.45%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11452600.960.770.55348.4491.623.33
Hex7251A0604D3715c5c17
Octal16253201401156753413427
Binary111001010111010011000001001101110111101011100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72051A; }

 p { color: rgb(114,5,26); }

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

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

 a { background-color: rgb(114,5,26); }

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

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

 span { border-color: rgb(114,5,26); }

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