#740C1E

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

Shades of Burgundy #740C1E

Tints of Burgundy #740C1E

Color information

#740C1E (or 0x740C1E) is unknown color: approx Burgundy. HEX triplet: 74, 0C and 1E. RGB value is (116,12,30). Sum of RGB (Red+Green+Blue) = 116+12+30=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #740C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C1E is #8BF3E1. Grayscale: #2D2D2D. Windows color (decimal): -9171938 or 1969268. OLE color: 1969268.

HSL color Cylindrical-coordinate representation of color #740C1E: hue angle of 349.62º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C1E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1161230-
CMYK00.900.740.55
HSL349.62º81.25%25.1%-
HSV(B)349.62º89.66%45.49%-
XYZ7.574.071.61-
YUV45.15119.46178.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.42%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=73.42%
G=7.59%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116123000.900.740.55349.6281.2525.1
Hex74C1E05A4A3715e5119
Octal164143601321126753612131
Binary1110100110011110010110101001010110111101011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,12,30); }

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

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

 a { background-color: rgb(116,12,30); }

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

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

 span { border-color: rgb(116,12,30); }

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