#7C112B

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

Shades of Burgundy #7C112B

Tints of Burgundy #7C112B

Color information

#7C112B (or 0x7C112B) is unknown color: approx Burgundy. HEX triplet: 7C, 11 and 2B. RGB value is (124,17,43). Sum of RGB (Red+Green+Blue) = 124+17+43=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C112B is #83EED4. Grayscale: #333333. Windows color (decimal): -8646357 or 2822524. OLE color: 2822524.

HSL color Cylindrical-coordinate representation of color #7C112B: hue angle of 345.42º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C112B is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1241743-
CMYK00.860.650.51
HSL345.42º75.89%27.65%-
HSV(B)345.42º86.29%48.63%-
XYZ8.954.862.75-
YUV51.96122.95179.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.39%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=67.39%
G=9.24%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124174300.860.650.51345.4275.8927.65
Hex7C112B05641331594c1c
Octal174215301261016353111434
Binary111110010001101011010101101000001110011101011001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,43); }

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

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

 a { background-color: rgb(124,17,43); }

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

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

 span { border-color: rgb(124,17,43); }

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