#7A0F12

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

Shades of Burgundy #7A0F12

Tints of Burgundy #7A0F12

Color information

#7A0F12 (or 0x7A0F12) is unknown color: approx Burgundy. HEX triplet: 7A, 0F and 12. RGB value is (122,15,18). Sum of RGB (Red+Green+Blue) = 122+15+18=155 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.71% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0F12 is #85F0ED. Grayscale: #2F2F2F. Windows color (decimal): -8777966 or 1183610. OLE color: 1183610.

HSL color Cylindrical-coordinate representation of color #7A0F12: hue angle of 358.32º 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 #7A0F12 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1221518-
CMYK00.880.850.52
HSL358.32º78.1%26.86%-
HSV(B)358.32º87.7%47.84%-
XYZ8.314.521.01-
YUV47.34111.45181.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.71%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=78.71%
G=9.68%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122151800.880.850.52358.3278.126.86
Hex7AF1205855341664e1b
Octal172172201301256454611633
Binary1111010111110010010110001010101110100101100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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