#7A092F

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

Shades of Burgundy #7A092F

Tints of Burgundy #7A092F

Color information

#7A092F (or 0x7A092F) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 2F. RGB value is (122,9,47). Sum of RGB (Red+Green+Blue) = 122+9+47=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A092F is #85F6D0. Grayscale: #2F2F2F. Windows color (decimal): -8779473 or 3082618. OLE color: 3082618.

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

Color convert

RGB122947-
CMYK00.930.610.52
HSL339.82º86.26%25.69%-
HSV(B)339.82º92.62%47.84%-
XYZ8.644.543.11-
YUV47.12127.94181.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.54%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=68.54%
G=5.06%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12294700.930.610.52339.8286.2625.69
Hex7A92F05D3D34154561a
Octal17211570135756452412632
Binary1111010100110111101011101111101110100101010100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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