#7A0924

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

Shades of Burgundy #7A0924

Tints of Burgundy #7A0924

Color information

#7A0924 (or 0x7A0924) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 24. RGB value is (122,9,36). Sum of RGB (Red+Green+Blue) = 122+9+36=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0924 is #85F6DB. Grayscale: #2D2D2D. Windows color (decimal): -8779484 or 2361722. OLE color: 2361722.

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

Color convert

RGB122936-
CMYK00.930.700.52
HSL345.66º86.26%25.69%-
HSV(B)345.66º92.62%47.84%-
XYZ8.444.462.09-
YUV45.86122.44182.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.05%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=73.05%
G=5.39%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12293600.930.700.52345.6686.2625.69
Hex7A92405D463415a561a
Octal172114401351066453212632
Binary11110101001100100010111011000110110100101011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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