#74082C

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

Shades of Burgundy #74082C

Tints of Burgundy #74082C

Color information

#74082C (or 0x74082C) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 2C. RGB value is (116,8,44). Sum of RGB (Red+Green+Blue) = 116+8+44=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74082C is #8BF7D3. Grayscale: #2C2C2C. Windows color (decimal): -9172948 or 2885748. OLE color: 2885748.

HSL color Cylindrical-coordinate representation of color #74082C: hue angle of 340º 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 #74082C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB116844-
CMYK00.930.620.55
HSL340º87.1%24.31%-
HSV(B)340º93.1%45.49%-
XYZ7.744.072.76-
YUV44.4127.78179.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=69.05%
G=4.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11684400.930.620.5534087.124.31
Hex7482C05D3E371545718
Octal16410540135766752412730
Binary1110100100010110001011101111110110111101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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