#7A0E24

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

Shades of Burgundy #7A0E24

Tints of Burgundy #7A0E24

Color information

#7A0E24 (or 0x7A0E24) is unknown color: approx Burgundy. HEX triplet: 7A, 0E and 24. RGB value is (122,14,36). Sum of RGB (Red+Green+Blue) = 122+14+36=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E24 is #85F1DB. Grayscale: #303030. Windows color (decimal): -8778204 or 2363002. OLE color: 2363002.

HSL color Cylindrical-coordinate representation of color #7A0E24: hue angle of 347.78º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E24 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB1221436-
CMYK00.890.700.52
HSL347.78º79.41%26.67%-
HSV(B)347.78º88.52%47.84%-
XYZ8.54.582.1-
YUV48.8120.78180.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.93%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=70.93%
G=8.14%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122143600.890.700.52347.7879.4126.67
Hex7AE24059463415c4f1b
Octal172164401311066453411733
Binary11110101110100100010110011000110110100101011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,36); }

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

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

 a { background-color: rgb(122,14,36); }

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

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

 span { border-color: rgb(122,14,36); }

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