#7A0012

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

Shades of Burgundy #7A0012

Tints of Burgundy #7A0012

Color information

#7A0012 (or 0x7A0012) is unknown color: approx Burgundy. HEX triplet: 7A, 00 and 12. RGB value is (122,0,18). Sum of RGB (Red+Green+Blue) = 122+0+18=140 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0012 is #85FFED. Grayscale: #262626. Windows color (decimal): -8781806 or 1179770. OLE color: 1179770.

HSL color Cylindrical-coordinate representation of color #7A0012: hue angle of 351.15º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0012 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB122018-
CMYK010.850.52
HSL351.15º100%23.92%-
HSV(B)351.15º100%47.84%-
XYZ8.144.180.95-
YUV38.53116.42187.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 87.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=87.14%
G=0%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122018010.850.52351.1510023.92
Hex7A012064553415f6418
Octal17202201441256453714430
Binary1111010010010011001001010101110100101011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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