#7A0F15

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

Shades of Burgundy #7A0F15

Tints of Burgundy #7A0F15

Color information

#7A0F15 (or 0x7A0F15) is unknown color: approx Burgundy. HEX triplet: 7A, 0F and 15. RGB value is (122,15,21). Sum of RGB (Red+Green+Blue) = 122+15+21=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0F15 is #85F0EA. Grayscale: #2F2F2F. Windows color (decimal): -8777963 or 1380218. OLE color: 1380218.

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

Color convert

RGB1221521-
CMYK00.880.830.52
HSL356.64º78.1%26.86%-
HSV(B)356.64º87.7%47.84%-
XYZ8.334.531.15-
YUV47.68112.95181.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.22%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=77.22%
G=9.49%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122152100.880.830.52356.6478.126.86
Hex7AF1505853341654e1b
Octal172172501301236454511633
Binary1111010111110101010110001010011110100101100101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,15,21); }

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

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

 a { background-color: rgb(122,15,21); }

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

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

 span { border-color: rgb(122,15,21); }

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