#7C1021

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

Shades of Burgundy #7C1021

Tints of Burgundy #7C1021

Color information

#7C1021 (or 0x7C1021) is unknown color: approx Burgundy. HEX triplet: 7C, 10 and 21. RGB value is (124,16,33). Sum of RGB (Red+Green+Blue) = 124+16+33=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1021 is #83EFDE. Grayscale: #323232. Windows color (decimal): -8646623 or 2166908. OLE color: 2166908.

HSL color Cylindrical-coordinate representation of color #7C1021: hue angle of 350.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1021 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1241633-
CMYK00.870.730.51
HSL350.56º77.14%27.45%-
HSV(B)350.56º87.1%48.63%-
XYZ8.774.771.9-
YUV50.23118.28180.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.68%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=71.68%
G=9.25%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124163300.870.730.51350.5677.1427.45
Hex7C1021057493315f4d1b
Octal174204101271116353711533
Binary111110010000100001010101111001001110011101011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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