#74021C

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

Shades of Burgundy #74021C

Tints of Burgundy #74021C

Color information

#74021C (or 0x74021C) is unknown color: approx Burgundy. HEX triplet: 74, 02 and 1C. RGB value is (116,2,28). Sum of RGB (Red+Green+Blue) = 116+2+28=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #74021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74021C is #8BFDE3. Grayscale: #272727. Windows color (decimal): -9174500 or 1835636. OLE color: 1835636.

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

Color convert

RGB116228-
CMYK00.980.760.55
HSL346.32º96.61%23.14%-
HSV(B)346.32º98.28%45.49%-
XYZ7.433.841.45-
YUV39.05121.77182.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 79.45%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=79.45%
G=1.37%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11622800.980.760.55346.3296.6123.14
Hex7421C0624C3715a6117
Octal16423401421146753214127
Binary11101001011100011000101001100110111101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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