#740B15

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

Shades of Burgundy #740B15

Tints of Burgundy #740B15

Color information

#740B15 (or 0x740B15) is unknown color: approx Burgundy. HEX triplet: 74, 0B and 15. RGB value is (116,11,21). Sum of RGB (Red+Green+Blue) = 116+11+21=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #740B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B15 is #8BF4EA. Grayscale: #2B2B2B. Windows color (decimal): -9172203 or 1379188. OLE color: 1379188.

HSL color Cylindrical-coordinate representation of color #740B15: hue angle of 354.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B15 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1161121-
CMYK00.910.820.55
HSL354.29º82.68%24.9%-
HSV(B)354.29º90.52%45.49%-
XYZ7.464.011.09-
YUV43.54115.29179.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 78.38%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=78.38%
G=7.43%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116112100.910.820.55354.2982.6824.9
Hex74B1505B52371625319
Octal164132501331226754212331
Binary1110100101110101010110111010010110111101100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740B15; }

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

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

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

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

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

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

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

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