#7C000E

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

Shades of Burgundy #7C000E

Tints of Burgundy #7C000E

Color information

#7C000E (or 0x7C000E) is unknown color: approx Burgundy. HEX triplet: 7C, 00 and 0E. RGB value is (124,0,14). Sum of RGB (Red+Green+Blue) = 124+0+14=138 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.86% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 124 - color contains mainly: red. Hex color #7C000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C000E is #83FFF1. Grayscale: #262626. Windows color (decimal): -8650738 or 917628. OLE color: 917628.

HSL color Cylindrical-coordinate representation of color #7C000E: hue angle of 353.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C000E is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB124014-
CMYK010.890.51
HSL353.23º100%24.31%-
HSV(B)353.23º100%48.63%-
XYZ8.394.320.81-
YUV38.67114.08188.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 89.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=89.86%
G=0%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124014010.890.51353.2310024.31
Hex7C0E06459331616418
Octal17401601441316354114430
Binary111110001110011001001011001110011101100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C000E; }

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

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

<style>
 a { background-color: #7C000E; }

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

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

<style>
 span { border-color: #7C000E; }

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

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