#74051A

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

Shades of Burgundy #74051A

Tints of Burgundy #74051A

Color information

#74051A (or 0x74051A) is unknown color: approx Burgundy. HEX triplet: 74, 05 and 1A. RGB value is (116,5,26). Sum of RGB (Red+Green+Blue) = 116+5+26=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #74051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74051A is #8BFAE5. Grayscale: #282828. Windows color (decimal): -9173734 or 1705332. OLE color: 1705332.

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

Color convert

RGB116526-
CMYK00.960.780.55
HSL348.65º91.74%23.73%-
HSV(B)348.65º95.69%45.49%-
XYZ7.443.91.34-
YUV40.58119.77181.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 78.91%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=78.91%
G=3.40%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11652600.960.780.55348.6591.7423.73
Hex7451A0604E3715d5c18
Octal16453201401166753513430
Binary111010010111010011000001001110110111101011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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