#740224

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

Shades of Burgundy #740224

Tints of Burgundy #740224

Color information

#740224 (or 0x740224) is unknown color: approx Burgundy. HEX triplet: 74, 02 and 24. RGB value is (116,2,36). Sum of RGB (Red+Green+Blue) = 116+2+36=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #740224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740224 is #8BFDDB. Grayscale: #272727. Windows color (decimal): -9174492 or 2359924. OLE color: 2359924.

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

Color convert

RGB116236-
CMYK00.980.690.55
HSL342.11º96.61%23.14%-
HSV(B)342.11º98.28%45.49%-
XYZ7.543.882.02-
YUV39.96125.77182.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.32%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=75.32%
G=1.30%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11623600.980.690.55342.1196.6123.14
Hex7422406245371566117
Octal16424401421056752614127
Binary111010010100100011000101000101110111101010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740224; }

 p { color: rgb(116,2,36); }

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

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

 a { background-color: rgb(116,2,36); }

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

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

 span { border-color: rgb(116,2,36); }

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