#72022A

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

Shades of Burgundy #72022A

Tints of Burgundy #72022A

Color information

#72022A (or 0x72022A) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 2A. RGB value is (114,2,42). Sum of RGB (Red+Green+Blue) = 114+2+42=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72022A is #8DFDD5. Grayscale: #272727. Windows color (decimal): -9305558 or 2753138. OLE color: 2753138.

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

Color convert

RGB114242-
CMYK00.980.630.55
HSL338.57º96.55%22.75%-
HSV(B)338.57º98.25%44.71%-
XYZ7.383.792.53-
YUV40.05129.11180.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=72.15%
G=1.27%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11424200.980.630.55338.5796.5522.75
Hex7222A0623F371536117
Octal1622520142776752314127
Binary11100101010101001100010111111110111101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,2,42); }

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

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

 a { background-color: rgb(114,2,42); }

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

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

 span { border-color: rgb(114,2,42); }

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