#720927

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

Shades of Burgundy #720927

Tints of Burgundy #720927

Color information

#720927 (or 0x720927) is unknown color: approx Burgundy. HEX triplet: 72, 09 and 27. RGB value is (114,9,39). Sum of RGB (Red+Green+Blue) = 114+9+39=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720927 is #8DF6D8. Grayscale: #2B2B2B. Windows color (decimal): -9303769 or 2558322. OLE color: 2558322.

HSL color Cylindrical-coordinate representation of color #720927: hue angle of 342.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720927 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB114939-
CMYK00.920.660.55
HSL342.86º85.37%24.12%-
HSV(B)342.86º92.11%44.71%-
XYZ7.43.922.29-
YUV43.82125.29178.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=70.37%
G=5.56%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11493900.920.660.55342.8685.3724.12
Hex7292705C42371575518
Octal162114701341026752712530
Binary11100101001100111010111001000010110111101010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720927; }

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

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

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

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

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

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

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

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