#7C0832

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

Shades of Burgundy #7C0832

Tints of Burgundy #7C0832

Color information

#7C0832 (or 0x7C0832) is unknown color: approx Burgundy. HEX triplet: 7C, 08 and 32. RGB value is (124,8,50). Sum of RGB (Red+Green+Blue) = 124+8+50=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0832 is #83F7CD. Grayscale: #2F2F2F. Windows color (decimal): -8648654 or 3278972. OLE color: 3278972.

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

Color convert

RGB124850-
CMYK00.940.600.51
HSL338.28º87.88%25.88%-
HSV(B)338.28º93.55%48.63%-
XYZ8.974.693.45-
YUV47.47129.43182.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.13%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=68.13%
G=4.40%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12485000.940.600.51338.2887.8825.88
Hex7C83205E3C33152581a
Octal17410620136746352213032
Binary1111100100011001001011110111100110011101010010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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