#74040F

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

Shades of Burgundy #74040F

Tints of Burgundy #74040F

Color information

#74040F (or 0x74040F) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 0F. RGB value is (116,4,15). Sum of RGB (Red+Green+Blue) = 116+4+15=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #74040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74040F is #8BFBF0. Grayscale: #262626. Windows color (decimal): -9174001 or 984180. OLE color: 984180.

HSL color Cylindrical-coordinate representation of color #74040F: hue angle of 354.11º 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 #74040F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB116415-
CMYK00.970.870.55
HSL354.11º93.33%23.53%-
HSV(B)354.11º96.55%45.49%-
XYZ7.333.830.81-
YUV38.74114.61183.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 85.93%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=85.93%
G=2.96%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11641500.970.870.55354.1193.3323.53
Hex744F06157371625d18
Octal16441701411276754213530
Binary11101001001111011000011010111110111101100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74040F; }

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

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

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

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

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

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

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

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