#74072A

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

Shades of Burgundy #74072A

Tints of Burgundy #74072A

Color information

#74072A (or 0x74072A) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 2A. RGB value is (116,7,42). Sum of RGB (Red+Green+Blue) = 116+7+42=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74072A is #8BF8D5. Grayscale: #2B2B2B. Windows color (decimal): -9173206 or 2754420. OLE color: 2754420.

HSL color Cylindrical-coordinate representation of color #74072A: hue angle of 340.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74072A is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB116742-
CMYK00.940.640.55
HSL340.73º88.62%24.12%-
HSV(B)340.73º93.97%45.49%-
XYZ7.74.032.56-
YUV43.58127.11179.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.30%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=70.30%
G=4.24%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11674200.940.640.55340.7388.6224.12
Hex7472A05E40371555918
Octal16475201361006752513130
Binary1110100111101010010111101000000110111101010101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74072A; }

 p { color: rgb(116,7,42); }

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

<style>
 a { background-color: #74072A; }

 a { background-color: rgb(116,7,42); }

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

<style>
 span { border-color: #74072A; }

 span { border-color: rgb(116,7,42); }

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