#7A011F

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

Shades of Burgundy #7A011F

Tints of Burgundy #7A011F

Color information

#7A011F (or 0x7A011F) is unknown color: approx Burgundy. HEX triplet: 7A, 01 and 1F. RGB value is (122,1,31). Sum of RGB (Red+Green+Blue) = 122+1+31=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A011F is #85FEE0. Grayscale: #282828. Windows color (decimal): -8781537 or 2031994. OLE color: 2031994.

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

Color convert

RGB122131-
CMYK00.990.750.52
HSL345.12º98.37%24.12%-
HSV(B)345.12º99.18%47.84%-
XYZ8.284.261.68-
YUV40.6122.59186.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 79.22%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=79.22%
G=0.65%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12213100.990.750.52345.1298.3724.12
Hex7A11F0634B341596218
Octal17213701431136453114230
Binary1111010111111011000111001011110100101011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,1,31); }

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

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

 a { background-color: rgb(122,1,31); }

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

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

 span { border-color: rgb(122,1,31); }

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