#7C112E

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

Shades of Burgundy #7C112E

Tints of Burgundy #7C112E

Color information

#7C112E (or 0x7C112E) is unknown color: approx Burgundy. HEX triplet: 7C, 11 and 2E. RGB value is (124,17,46). Sum of RGB (Red+Green+Blue) = 124+17+46=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C112E is #83EED1. Grayscale: #343434. Windows color (decimal): -8646354 or 3019132. OLE color: 3019132.

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

Color convert

RGB1241746-
CMYK00.860.630.51
HSL343.74º75.89%27.65%-
HSV(B)343.74º86.29%48.63%-
XYZ9.014.883.05-
YUV52.3124.45179.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.31%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=66.31%
G=9.09%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124174600.860.630.51343.7475.8927.65
Hex7C112E0563F331584c1c
Octal17421560126776353011434
Binary11111001000110111001010110111111110011101011000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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