#74042A

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

Shades of Burgundy #74042A

Tints of Burgundy #74042A

Color information

#74042A (or 0x74042A) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 2A. RGB value is (116,4,42). Sum of RGB (Red+Green+Blue) = 116+4+42=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74042A is #8BFBD5. Grayscale: #292929. Windows color (decimal): -9173974 or 2753652. OLE color: 2753652.

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

Color convert

RGB116442-
CMYK00.970.640.55
HSL339.64º93.33%23.53%-
HSV(B)339.64º96.55%45.49%-
XYZ7.663.972.55-
YUV41.82128.11180.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.60%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=71.60%
G=2.47%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11644200.970.640.55339.6493.3323.53
Hex7442A06140371545d18
Octal16445201411006752413530
Binary1110100100101010011000011000000110111101010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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