#74000E

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

Shades of Burgundy #74000E

Tints of Burgundy #74000E

Color information

#74000E (or 0x74000E) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 0E. RGB value is (116,0,14). Sum of RGB (Red+Green+Blue) = 116+0+14=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #74000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74000E is #8BFFF1. Grayscale: #242424. Windows color (decimal): -9175026 or 917620. OLE color: 917620.

HSL color Cylindrical-coordinate representation of color #74000E: hue angle of 352.76º 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 #74000E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB116014-
CMYK010.880.55
HSL352.76º100%22.75%-
HSV(B)352.76º100%45.49%-
XYZ7.283.740.75-
YUV36.28115.43184.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 89.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=89.23%
G=0%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116014010.880.55352.7610022.75
Hex740E06458371616417
Octal16401601441306754114427
Binary111010001110011001001011000110111101100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74000E; }

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

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

<style>
 a { background-color: #74000E; }

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

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

<style>
 span { border-color: #74000E; }

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

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