#7C0E1F

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

Shades of Burgundy #7C0E1F

Tints of Burgundy #7C0E1F

Color information

#7C0E1F (or 0x7C0E1F) is unknown color: approx Burgundy. HEX triplet: 7C, 0E and 1F. RGB value is (124,14,31). Sum of RGB (Red+Green+Blue) = 124+14+31=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0E1F is #83F1E0. Grayscale: #303030. Windows color (decimal): -8647137 or 2035324. OLE color: 2035324.

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

Color convert

RGB1241431-
CMYK00.890.750.51
HSL350.73º79.71%27.06%-
HSV(B)350.73º88.71%48.63%-
XYZ8.724.71.74-
YUV48.83117.94181.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 73.37%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=73.37%
G=8.28%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124143100.890.750.51350.7379.7127.06
Hex7CE1F0594B3315f501b
Octal174163701311136353712033
Binary1111100111011111010110011001011110011101011111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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