#74072B

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

Shades of Burgundy #74072B

Tints of Burgundy #74072B

Color information

#74072B (or 0x74072B) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 2B. RGB value is (116,7,43). Sum of RGB (Red+Green+Blue) = 116+7+43=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74072B is #8BF8D4. Grayscale: #2B2B2B. Windows color (decimal): -9173205 or 2819956. OLE color: 2819956.

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

Color convert

RGB116743-
CMYK00.940.630.55
HSL340.18º88.62%24.12%-
HSV(B)340.18º93.97%45.49%-
XYZ7.714.042.66-
YUV43.7127.61179.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=69.88%
G=4.22%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11674300.940.630.55340.1888.6224.12
Hex7472B05E3F371545918
Octal1647530136776752413130
Binary111010011110101101011110111111110111101010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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