#72062B

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

Shades of Burgundy #72062B

Tints of Burgundy #72062B

Color information

#72062B (or 0x72062B) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 2B. RGB value is (114,6,43). Sum of RGB (Red+Green+Blue) = 114+6+43=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72062B is #8DF9D4. Grayscale: #2A2A2A. Windows color (decimal): -9304533 or 2819698. OLE color: 2819698.

HSL color Cylindrical-coordinate representation of color #72062B: hue angle of 339.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72062B is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB114643-
CMYK00.950.620.55
HSL339.44º90%23.53%-
HSV(B)339.44º94.74%44.71%-
XYZ7.443.882.64-
YUV42.51128.28178.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=69.94%
G=3.68%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11464300.950.620.55339.449023.53
Hex7262B05F3E371535a18
Octal1626530137766752313230
Binary111001011010101101011111111110110111101010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72062B; }

 p { color: rgb(114,6,43); }

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

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

 a { background-color: rgb(114,6,43); }

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

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

 span { border-color: rgb(114,6,43); }

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