#74052A

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

Shades of Burgundy #74052A

Tints of Burgundy #74052A

Color information

#74052A (or 0x74052A) is unknown color: approx Burgundy. HEX triplet: 74, 05 and 2A. RGB value is (116,5,42). Sum of RGB (Red+Green+Blue) = 116+5+42=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74052A is #8BFAD5. Grayscale: #2A2A2A. Windows color (decimal): -9173718 or 2753908. OLE color: 2753908.

HSL color Cylindrical-coordinate representation of color #74052A: hue angle of 340º 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 #74052A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB116542-
CMYK00.960.640.55
HSL340º91.74%23.73%-
HSV(B)340º95.69%45.49%-
XYZ7.673.992.56-
YUV42.41127.77180.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=71.17%
G=3.07%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11654200.960.640.5534091.7423.73
Hex7452A06040371545c18
Octal16455201401006752413430
Binary1110100101101010011000001000000110111101010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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