#74012B

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

Shades of Burgundy #74012B

Tints of Burgundy #74012B

Color information

#74012B (or 0x74012B) is unknown color: approx Burgundy. HEX triplet: 74, 01 and 2B. RGB value is (116,1,43). Sum of RGB (Red+Green+Blue) = 116+1+43=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74012B is #8BFED4. Grayscale: #282828. Windows color (decimal): -9174741 or 2818420. OLE color: 2818420.

HSL color Cylindrical-coordinate representation of color #74012B: hue angle of 338.09º 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 #74012B is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB116143-
CMYK00.990.630.55
HSL338.09º98.29%22.94%-
HSV(B)338.09º99.14%45.49%-
XYZ7.653.912.64-
YUV40.17129.6182.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.5%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=72.5%
G=0.62%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11614300.990.630.55338.0998.2922.94
Hex7412B0633F371526217
Octal1641530143776752214227
Binary1110100110101101100011111111110111101010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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