#74012E

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

Shades of Burgundy #74012E

Tints of Burgundy #74012E

Color information

#74012E (or 0x74012E) is unknown color: approx Burgundy. HEX triplet: 74, 01 and 2E. RGB value is (116,1,46). Sum of RGB (Red+Green+Blue) = 116+1+46=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74012E is #8BFED1. Grayscale: #282828. Windows color (decimal): -9174738 or 3015028. OLE color: 3015028.

HSL color Cylindrical-coordinate representation of color #74012E: hue angle of 336.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74012E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB116146-
CMYK00.990.600.55
HSL336.52º98.29%22.94%-
HSV(B)336.52º99.14%45.49%-
XYZ7.713.932.94-
YUV40.52131.1181.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=71.17%
G=0.61%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11614600.990.600.55336.5298.2922.94
Hex7412E0633C371516217
Octal1641560143746752114227
Binary1110100110111001100011111100110111101010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74012E; }

 p { color: rgb(116,1,46); }

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

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

 a { background-color: rgb(116,1,46); }

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

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

 span { border-color: rgb(116,1,46); }

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