#720227

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

Shades of Burgundy #720227

Tints of Burgundy #720227

Color information

#720227 (or 0x720227) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 27. RGB value is (114,2,39). Sum of RGB (Red+Green+Blue) = 114+2+39=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720227 is #8DFDD8. Grayscale: #272727. Windows color (decimal): -9305561 or 2556530. OLE color: 2556530.

HSL color Cylindrical-coordinate representation of color #720227: hue angle of 340.18º 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 #720227 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB114239-
CMYK00.980.660.55
HSL340.18º96.55%22.75%-
HSV(B)340.18º98.25%44.71%-
XYZ7.333.772.26-
YUV39.71127.61180.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=73.55%
G=1.29%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11423900.980.660.55340.1896.5522.75
Hex7222706242371546117
Octal16224701421026752414127
Binary111001010100111011000101000010110111101010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720227; }

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

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

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

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

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

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

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

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