#7C021E

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

Shades of Burgundy #7C021E

Tints of Burgundy #7C021E

Color information

#7C021E (or 0x7C021E) is unknown color: approx Burgundy. HEX triplet: 7C, 02 and 1E. RGB value is (124,2,30). Sum of RGB (Red+Green+Blue) = 124+2+30=156 (20% of max value = 765). Red value is 124 (48.83% from 255 or 79.49% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 124 - color contains mainly: red. Hex color #7C021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C021E is #83FDE1. Grayscale: #292929. Windows color (decimal): -8650210 or 1966716. OLE color: 1966716.

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

Color convert

RGB124230-
CMYK00.980.760.51
HSL346.23º96.83%24.71%-
HSV(B)346.23º98.39%48.63%-
XYZ8.574.421.63-
YUV41.67121.42186.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 79.49%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=79.49%
G=1.28%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12423000.980.760.51346.2396.8324.71
Hex7C21E0624C3315a6119
Octal17423601421146353214131
Binary11111001011110011000101001100110011101011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,30); }

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

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

 a { background-color: rgb(124,2,30); }

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

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

 span { border-color: rgb(124,2,30); }

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