#72062F

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

Shades of Burgundy #72062F

Tints of Burgundy #72062F

Color information

#72062F (or 0x72062F) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 2F. RGB value is (114,6,47). Sum of RGB (Red+Green+Blue) = 114+6+47=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72062F is #8DF9D0. Grayscale: #2A2A2A. Windows color (decimal): -9304529 or 3081842. OLE color: 3081842.

HSL color Cylindrical-coordinate representation of color #72062F: hue angle of 337.22º 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 #72062F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB114647-
CMYK00.950.590.55
HSL337.22º90%23.53%-
HSV(B)337.22º94.74%44.71%-
XYZ7.523.913.05-
YUV42.97130.28178.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=68.26%
G=3.59%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11464700.950.590.55337.229023.53
Hex7262F05F3B371515a18
Octal1626570137736752113230
Binary111001011010111101011111111011110111101010001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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