#7E1228

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

Shades of Burgundy #7E1228

Tints of Burgundy #7E1228

Color information

#7E1228 (or 0x7E1228) is unknown color: approx Burgundy. HEX triplet: 7E, 12 and 28. RGB value is (126,18,40). Sum of RGB (Red+Green+Blue) = 126+18+40=184 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.48% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1228 is #81EDD7. Grayscale: #343434. Windows color (decimal): -8515032 or 2626174. OLE color: 2626174.

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

Color convert

RGB1261840-
CMYK00.860.680.51
HSL347.78º75%28.24%-
HSV(B)347.78º85.71%49.41%-
XYZ9.25.022.49-
YUV52.8120.78180.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 68.48%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=68.48%
G=9.78%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126184000.860.680.51347.787528.24
Hex7E1228056443315c4b1c
Octal176225001261046353411334
Binary111111010010101000010101101000100110011101011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,18,40); }

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

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

 a { background-color: rgb(126,18,40); }

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

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

 span { border-color: rgb(126,18,40); }

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