#74011C

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

Shades of Burgundy #74011C

Tints of Burgundy #74011C

Color information

#74011C (or 0x74011C) is unknown color: approx Burgundy. HEX triplet: 74, 01 and 1C. RGB value is (116,1,28). Sum of RGB (Red+Green+Blue) = 116+1+28=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #74011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74011C is #8BFEE3. Grayscale: #262626. Windows color (decimal): -9174756 or 1835380. OLE color: 1835380.

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

Color convert

RGB116128-
CMYK00.990.760.55
HSL345.91º98.29%22.94%-
HSV(B)345.91º99.14%45.49%-
XYZ7.423.821.44-
YUV38.46122.1183.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=80%
G=0.69%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11612800.990.760.55345.9198.2922.94
Hex7411C0634C3715a6217
Octal16413401431146753214227
Binary1110100111100011000111001100110111101011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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