#7A081F

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

Shades of Burgundy #7A081F

Tints of Burgundy #7A081F

Color information

#7A081F (or 0x7A081F) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 1F. RGB value is (122,8,31). Sum of RGB (Red+Green+Blue) = 122+8+31=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A081F is #85F7E0. Grayscale: #2C2C2C. Windows color (decimal): -8779745 or 2033786. OLE color: 2033786.

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

Color convert

RGB122831-
CMYK00.930.750.52
HSL347.89º87.69%25.49%-
HSV(B)347.89º93.44%47.84%-
XYZ8.364.411.71-
YUV44.71120.27183.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.78%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=75.78%
G=4.97%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12283100.930.750.52347.8987.6925.49
Hex7A81F05D4B3415c5819
Octal172103701351136453413031
Binary1111010100011111010111011001011110100101011100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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