#7A0933

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

Shades of Burgundy #7A0933

Tints of Burgundy #7A0933

Color information

#7A0933 (or 0x7A0933) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 33. RGB value is (122,9,51). Sum of RGB (Red+Green+Blue) = 122+9+51=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0933 is #85F6CC. Grayscale: #2F2F2F. Windows color (decimal): -8779469 or 3344762. OLE color: 3344762.

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

Color convert

RGB122951-
CMYK00.930.580.52
HSL337.7º86.26%25.69%-
HSV(B)337.7º92.62%47.84%-
XYZ8.724.573.55-
YUV47.58129.94181.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.03%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=67.03%
G=4.95%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12295100.930.580.52337.786.2625.69
Hex7A93305D3A34152561a
Octal17211630135726452212632
Binary1111010100111001101011101111010110100101010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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