#74002C

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

Shades of Burgundy #74002C

Tints of Burgundy #74002C

Color information

#74002C (or 0x74002C) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 2C. RGB value is (116,0,44). Sum of RGB (Red+Green+Blue) = 116+0+44=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74002C is #8BFFD3. Grayscale: #272727. Windows color (decimal): -9174996 or 2883700. OLE color: 2883700.

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

Color convert

RGB116044-
CMYK010.620.55
HSL337.24º100%22.75%-
HSV(B)337.24º100%45.49%-
XYZ7.663.892.73-
YUV39.7130.43182.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=72.5%
G=0%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116044010.620.55337.2410022.75
Hex7402C0643E371516417
Octal1640540144766752114427
Binary1110100010110001100100111110110111101010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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