#7A081E

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

Shades of Burgundy #7A081E

Tints of Burgundy #7A081E

Color information

#7A081E (or 0x7A081E) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 1E. RGB value is (122,8,30). Sum of RGB (Red+Green+Blue) = 122+8+30=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A081E is #85F7E1. Grayscale: #2C2C2C. Windows color (decimal): -8779746 or 1968250. OLE color: 1968250.

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

Color convert

RGB122830-
CMYK00.930.750.52
HSL348.42º87.69%25.49%-
HSV(B)348.42º93.44%47.84%-
XYZ8.354.41.64-
YUV44.59119.77183.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 76.25%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=76.25%
G=5%
B=18.75%

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
Decimal12283000.930.750.52348.4287.6925.49
Hex7A81E05D4B3415c5819
Octal172103601351136453413031
Binary1111010100011110010111011001011110100101011100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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