#740813

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

Shades of Burgundy #740813

Tints of Burgundy #740813

Color information

#740813 (or 0x740813) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 13. RGB value is (116,8,19). Sum of RGB (Red+Green+Blue) = 116+8+19=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #740813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740813 is #8BF7EC. Grayscale: #292929. Windows color (decimal): -9172973 or 1247348. OLE color: 1247348.

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

Color convert

RGB116819-
CMYK00.930.840.55
HSL353.89º87.1%24.31%-
HSV(B)353.89º93.1%45.49%-
XYZ7.413.930.98-
YUV41.55115.28181.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 81.12%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=81.12%
G=5.59%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11681900.930.840.55353.8987.124.31
Hex7481305D54371625718
Octal164102301351246754212730
Binary1110100100010011010111011010100110111101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740813; }

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

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

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

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

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

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

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

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