#74042C

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

Shades of Burgundy #74042C

Tints of Burgundy #74042C

Color information

#74042C (or 0x74042C) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 2C. RGB value is (116,4,44). Sum of RGB (Red+Green+Blue) = 116+4+44=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74042C is #8BFBD3. Grayscale: #2A2A2A. Windows color (decimal): -9173972 or 2884724. OLE color: 2884724.

HSL color Cylindrical-coordinate representation of color #74042C: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74042C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB116444-
CMYK00.970.620.55
HSL338.57º93.33%23.53%-
HSV(B)338.57º96.55%45.49%-
XYZ7.73.982.75-
YUV42.05129.11180.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.73%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=70.73%
G=2.44%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11644400.970.620.55338.5793.3323.53
Hex7442C0613E371535d18
Octal1644540141766752313530
Binary111010010010110001100001111110110111101010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74042C; }

 p { color: rgb(116,4,44); }

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

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

 a { background-color: rgb(116,4,44); }

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

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

 span { border-color: rgb(116,4,44); }

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