#7E102C

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

Shades of Burgundy #7E102C

Tints of Burgundy #7E102C

Color information

#7E102C (or 0x7E102C) is unknown color: approx Burgundy. HEX triplet: 7E, 10 and 2C. RGB value is (126,16,44). Sum of RGB (Red+Green+Blue) = 126+16+44=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E102C is #81EFD3. Grayscale: #343434. Windows color (decimal): -8515540 or 2887806. OLE color: 2887806.

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

Color convert

RGB1261644-
CMYK00.870.650.51
HSL344.73º77.46%27.84%-
HSV(B)344.73º87.3%49.41%-
XYZ9.244.992.86-
YUV52.08123.44180.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.74%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=67.74%
G=8.60%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126164400.870.650.51344.7377.4627.84
Hex7E102C05741331594d1c
Octal176205401271016353111534
Binary111111010000101100010101111000001110011101011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,16,44); }

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

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

 a { background-color: rgb(126,16,44); }

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

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

 span { border-color: rgb(126,16,44); }

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