#7C0132

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

Shades of Burgundy #7C0132

Tints of Burgundy #7C0132

Color information

#7C0132 (or 0x7C0132) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 32. RGB value is (124,1,50). Sum of RGB (Red+Green+Blue) = 124+1+50=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0132 is #83FECD. Grayscale: #2B2B2B. Windows color (decimal): -8650446 or 3277180. OLE color: 3277180.

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

Color convert

RGB124150-
CMYK00.990.600.51
HSL336.1º98.4%24.51%-
HSV(B)336.1º99.19%48.63%-
XYZ8.94.543.42-
YUV43.36131.75185.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.86%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=70.86%
G=0.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12415000.990.600.51336.198.424.51
Hex7C1320633C331506219
Octal1741620143746352014231
Binary1111100111001001100011111100110011101010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,50); }

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

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

 a { background-color: rgb(124,1,50); }

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

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

 span { border-color: rgb(124,1,50); }

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