#7A091F

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

Shades of Burgundy #7A091F

Tints of Burgundy #7A091F

Color information

#7A091F (or 0x7A091F) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 1F. RGB value is (122,9,31). Sum of RGB (Red+Green+Blue) = 122+9+31=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A091F is #85F6E0. Grayscale: #2D2D2D. Windows color (decimal): -8779489 or 2034042. OLE color: 2034042.

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

Color convert

RGB122931-
CMYK00.930.750.52
HSL348.32º86.26%25.69%-
HSV(B)348.32º92.62%47.84%-
XYZ8.374.431.71-
YUV45.3119.94182.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.31%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=75.31%
G=5.56%
B=19.14%

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
Decimal12293100.930.750.52348.3286.2625.69
Hex7A91F05D4B3415c561a
Octal172113701351136453412632
Binary1111010100111111010111011001011110100101011100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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