#7C0E1B

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

Shades of Burgundy #7C0E1B

Tints of Burgundy #7C0E1B

Color information

#7C0E1B (or 0x7C0E1B) is unknown color: approx Burgundy. HEX triplet: 7C, 0E and 1B. RGB value is (124,14,27). Sum of RGB (Red+Green+Blue) = 124+14+27=165 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.15% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E1B is #83F1E4. Grayscale: #303030. Windows color (decimal): -8647141 or 1773180. OLE color: 1773180.

HSL color Cylindrical-coordinate representation of color #7C0E1B: hue angle of 352.91º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E1B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1241427-
CMYK00.890.780.51
HSL352.91º79.71%27.06%-
HSV(B)352.91º88.71%48.63%-
XYZ8.674.681.48-
YUV48.37115.94181.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 75.15%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=75.15%
G=8.48%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124142700.890.780.51352.9179.7127.06
Hex7CE1B0594E33161501b
Octal174163301311166354112033
Binary1111100111011011010110011001110110011101100001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,14,27); }

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

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

 a { background-color: rgb(124,14,27); }

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

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

 span { border-color: rgb(124,14,27); }

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