#740924

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

Shades of Burgundy #740924

Tints of Burgundy #740924

Color information

#740924 (or 0x740924) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 24. RGB value is (116,9,36). Sum of RGB (Red+Green+Blue) = 116+9+36=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #740924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740924 is #8BF6DB. Grayscale: #2C2C2C. Windows color (decimal): -9172700 or 2361716. OLE color: 2361716.

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

Color convert

RGB116936-
CMYK00.920.690.55
HSL344.86º85.6%24.51%-
HSV(B)344.86º92.24%45.49%-
XYZ7.624.042.05-
YUV44.07123.45179.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.05%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=72.05%
G=5.59%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11693600.920.690.55344.8685.624.51
Hex7492405C45371595619
Octal164114401341056753112631
Binary11101001001100100010111001000101110111101011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740924; }

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

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

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

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

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

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

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

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