#740815

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

Shades of Burgundy #740815

Tints of Burgundy #740815

Color information

#740815 (or 0x740815) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 15. RGB value is (116,8,21). Sum of RGB (Red+Green+Blue) = 116+8+21=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740815 is #8BF7EA. Grayscale: #292929. Windows color (decimal): -9172971 or 1378420. OLE color: 1378420.

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

Color convert

RGB116821-
CMYK00.930.820.55
HSL352.78º87.1%24.31%-
HSV(B)352.78º93.1%45.49%-
XYZ7.423.941.08-
YUV41.77116.28180.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=80%
G=5.52%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11682100.930.820.55352.7887.124.31
Hex7481505D52371615718
Octal164102501351226754112730
Binary1110100100010101010111011010010110111101100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740815; }

 p { color: rgb(116,8,21); }

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

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

 a { background-color: rgb(116,8,21); }

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

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

 span { border-color: rgb(116,8,21); }

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