#74050F

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

Shades of Burgundy #74050F

Tints of Burgundy #74050F

Color information

#74050F (or 0x74050F) is unknown color: approx Burgundy. HEX triplet: 74, 05 and 0F. RGB value is (116,5,15). Sum of RGB (Red+Green+Blue) = 116+5+15=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #74050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74050F is #8BFAF0. Grayscale: #272727. Windows color (decimal): -9173745 or 984436. OLE color: 984436.

HSL color Cylindrical-coordinate representation of color #74050F: hue angle of 354.59º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB116515-
CMYK00.960.870.55
HSL354.59º91.74%23.73%-
HSV(B)354.59º95.69%45.49%-
XYZ7.343.860.81-
YUV39.33114.27182.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 85.29%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=85.29%
G=3.68%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11651500.960.870.55354.5991.7423.73
Hex745F06057371635c18
Octal16451701401276754313430
Binary11101001011111011000001010111110111101100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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