#740721

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

Shades of Burgundy #740721

Tints of Burgundy #740721

Color information

#740721 (or 0x740721) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 21. RGB value is (116,7,33). Sum of RGB (Red+Green+Blue) = 116+7+33=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740721 is #8BF8DE. Grayscale: #2A2A2A. Windows color (decimal): -9173215 or 2164596. OLE color: 2164596.

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

Color convert

RGB116733-
CMYK00.940.720.55
HSL345.69º88.62%24.12%-
HSV(B)345.69º93.97%45.49%-
XYZ7.553.971.81-
YUV42.56122.61180.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.36%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=74.36%
G=4.49%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11673300.940.720.55345.6988.6224.12
Hex7472105E483715a5918
Octal16474101361106753213130
Binary1110100111100001010111101001000110111101011010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740721; }

 p { color: rgb(116,7,33); }

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

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

 a { background-color: rgb(116,7,33); }

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

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

 span { border-color: rgb(116,7,33); }

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