#7c0417

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

Shades of Burgundy #7C0417

Tints of Burgundy #7C0417

Color information

#7C0417 (or 0x7C0417) is unknown color: approx Burgundy. HEX triplet: 7C, 04 and 17. RGB value is (124,4,23). Sum of RGB (Red+Green+Blue) = 124+4+23=151 (20% of max value = 765). Red value is 124 (48.83% from 255 or 82.12% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0417 is #83FBE8. Grayscale: #2A2A2A. Windows color (decimal): -8649705 or 1508476. OLE color: 1508476.

HSL color Cylindrical-coordinate representation of color #7C0417: hue angle of 350.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0417 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB124423-
CMYK00.970.810.51
HSL350.5º93.75%25.1%-
HSV(B)350.5º96.77%48.63%-
XYZ8.514.431.22-
YUV42.05117.26186.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 82.12%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=82.12%
G=2.65%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12442300.970.810.51350.593.7525.1
Hex7C417061513315e5e19
Octal17442701411216353613631
Binary111110010010111011000011010001110011101011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,23); }

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

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

 a { background-color: rgb(124,4,23); }

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

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

 span { border-color: rgb(124,4,23); }

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