#740928

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

Shades of Burgundy #740928

Tints of Burgundy #740928

Color information

#740928 (or 0x740928) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 28. RGB value is (116,9,40). Sum of RGB (Red+Green+Blue) = 116+9+40=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #740928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740928 is #8BF6D7. Grayscale: #2C2C2C. Windows color (decimal): -9172696 or 2623860. OLE color: 2623860.

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

Color convert

RGB116940-
CMYK00.920.660.55
HSL342.62º85.6%24.51%-
HSV(B)342.62º92.24%45.49%-
XYZ7.684.062.39-
YUV44.53125.45178.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.30%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=70.30%
G=5.45%
B=24.24%

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
Decimal11694000.920.660.55342.6285.624.51
Hex7492805C42371575619
Octal164115001341026752712631
Binary11101001001101000010111001000010110111101010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740928; }

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

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

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

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

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

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

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

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