#740512

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

Shades of Burgundy #740512

Tints of Burgundy #740512

Color information

#740512 (or 0x740512) is unknown color: approx Burgundy. HEX triplet: 74, 05 and 12. RGB value is (116,5,18). Sum of RGB (Red+Green+Blue) = 116+5+18=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740512 is #8BFAED. Grayscale: #272727. Windows color (decimal): -9173742 or 1181044. OLE color: 1181044.

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

Color convert

RGB116518-
CMYK00.960.840.55
HSL352.97º91.74%23.73%-
HSV(B)352.97º95.69%45.49%-
XYZ7.373.870.93-
YUV39.67115.77182.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 83.45%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=83.45%
G=3.60%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11651800.960.840.55352.9791.7423.73
Hex7451206054371615c18
Octal16452201401246754113430
Binary111010010110010011000001010100110111101100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740512; }

 p { color: rgb(116,5,18); }

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

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

 a { background-color: rgb(116,5,18); }

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

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

 span { border-color: rgb(116,5,18); }

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