#7C0526

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

Shades of Burgundy #7C0526

Tints of Burgundy #7C0526

Color information

#7C0526 (or 0x7C0526) is unknown color: approx Burgundy. HEX triplet: 7C, 05 and 26. RGB value is (124,5,38). Sum of RGB (Red+Green+Blue) = 124+5+38=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0526 is #83FAD9. Grayscale: #2C2C2C. Windows color (decimal): -8649434 or 2491772. OLE color: 2491772.

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

Color convert

RGB124538-
CMYK00.960.690.51
HSL343.36º92.25%25.29%-
HSV(B)343.36º95.97%48.63%-
XYZ8.724.532.25-
YUV44.34124.42184.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 74.25%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=74.25%
G=2.99%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12453800.960.690.51343.3692.2525.29
Hex7C52606045331575c19
Octal17454601401056352713431
Binary1111100101100110011000001000101110011101010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,5,38); }

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

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

 a { background-color: rgb(124,5,38); }

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

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

 span { border-color: rgb(124,5,38); }

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