#74090C

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

Shades of Burgundy #74090C

Tints of Burgundy #74090C

Color information

#74090C (or 0x74090C) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 0C. RGB value is (116,9,12). Sum of RGB (Red+Green+Blue) = 116+9+12=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #74090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74090C is #8BF6F3. Grayscale: #292929. Windows color (decimal): -9172724 or 788852. OLE color: 788852.

HSL color Cylindrical-coordinate representation of color #74090C: hue angle of 358.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74090C is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB116912-
CMYK00.920.900.55
HSL358.32º85.6%24.51%-
HSV(B)358.32º92.24%45.49%-
XYZ7.373.930.72-
YUV41.34111.45181.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.67%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=84.67%
G=6.57%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11691200.920.900.55358.3285.624.51
Hex749C05C5A371665619
Octal164111401341326754612631
Binary111010010011100010111001011010110111101100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,9,12); }

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

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

 a { background-color: rgb(116,9,12); }

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

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

 span { border-color: rgb(116,9,12); }

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