#7C052F

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

Shades of Burgundy #7C052F

Tints of Burgundy #7C052F

Color information

#7C052F (or 0x7C052F) is unknown color: approx Burgundy. HEX triplet: 7C, 05 and 2F. RGB value is (124,5,47). Sum of RGB (Red+Green+Blue) = 124+5+47=176 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.45% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 124 - color contains mainly: red. Hex color #7C052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C052F is #83FAD0. Grayscale: #2D2D2D. Windows color (decimal): -8649425 or 3081596. OLE color: 3081596.

HSL color Cylindrical-coordinate representation of color #7C052F: hue angle of 338.82º 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 #7C052F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB124547-
CMYK00.960.620.51
HSL338.82º92.25%25.29%-
HSV(B)338.82º95.97%48.63%-
XYZ8.884.63.11-
YUV45.37128.92184.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.45%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=70.45%
G=2.84%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12454700.960.620.51338.8292.2525.29
Hex7C52F0603E331535c19
Octal1745570140766352313431
Binary111110010110111101100000111110110011101010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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