#740021

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

Shades of Burgundy #740021

Tints of Burgundy #740021

Color information

#740021 (or 0x740021) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 21. RGB value is (116,0,33). Sum of RGB (Red+Green+Blue) = 116+0+33=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #740021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740021 is #8BFFDE. Grayscale: #262626. Windows color (decimal): -9175007 or 2162804. OLE color: 2162804.

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

Color convert

RGB116033-
CMYK010.720.55
HSL342.93º100%22.75%-
HSV(B)342.93º100%45.49%-
XYZ7.483.821.78-
YUV38.45124.93183.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 77.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=77.85%
G=0%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116033010.720.55342.9310022.75
Hex7402106448371576417
Octal16404101441106752714427
Binary11101000100001011001001001000110111101010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740021; }

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

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

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

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

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

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

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

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