#74081C

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

Shades of Burgundy #74081C

Tints of Burgundy #74081C

Color information

#74081C (or 0x74081C) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 1C. RGB value is (116,8,28). Sum of RGB (Red+Green+Blue) = 116+8+28=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #74081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74081C is #8BF7E3. Grayscale: #2A2A2A. Windows color (decimal): -9172964 or 1837172. OLE color: 1837172.

HSL color Cylindrical-coordinate representation of color #74081C: hue angle of 348.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74081C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB116828-
CMYK00.930.760.55
HSL348.89º87.1%24.31%-
HSV(B)348.89º93.1%45.49%-
XYZ7.53.971.47-
YUV42.57119.78180.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 76.32%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=76.32%
G=5.26%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11682800.930.760.55348.8987.124.31
Hex7481C05D4C3715d5718
Octal164103401351146753512730
Binary1110100100011100010111011001100110111101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74081C; }

 p { color: rgb(116,8,28); }

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

<style>
 a { background-color: #74081C; }

 a { background-color: rgb(116,8,28); }

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

<style>
 span { border-color: #74081C; }

 span { border-color: rgb(116,8,28); }

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