#7C0421

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

Shades of Burgundy #7C0421

Tints of Burgundy #7C0421

Color information

#7C0421 (or 0x7C0421) is unknown color: approx Burgundy. HEX triplet: 7C, 04 and 21. RGB value is (124,4,33). Sum of RGB (Red+Green+Blue) = 124+4+33=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0421 is #83FBDE. Grayscale: #2B2B2B. Windows color (decimal): -8649695 or 2163836. OLE color: 2163836.

HSL color Cylindrical-coordinate representation of color #7C0421: hue angle of 345.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 #7C0421 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB124433-
CMYK00.970.730.51
HSL345.5º93.75%25.1%-
HSV(B)345.5º96.77%48.63%-
XYZ8.634.481.85-
YUV43.19122.26185.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.02%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=77.02%
G=2.48%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12443300.970.730.51345.593.7525.1
Hex7C421061493315a5e19
Octal17444101411116353213631
Binary1111100100100001011000011001001110011101011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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