#74090D

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

Shades of Burgundy #74090D

Tints of Burgundy #74090D

Color information

#74090D (or 0x74090D) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 0D. RGB value is (116,9,13). Sum of RGB (Red+Green+Blue) = 116+9+13=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #74090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74090D is #8BF6F2. Grayscale: #292929. Windows color (decimal): -9172723 or 854388. OLE color: 854388.

HSL color Cylindrical-coordinate representation of color #74090D: hue angle of 357.76º 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 #74090D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB116913-
CMYK00.920.890.55
HSL357.76º85.6%24.51%-
HSV(B)357.76º92.24%45.49%-
XYZ7.373.940.75-
YUV41.45111.95181.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.06%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=84.06%
G=6.52%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11691300.920.890.55357.7685.624.51
Hex749D05C59371665619
Octal164111501341316754612631
Binary111010010011101010111001011001110111101100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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