#790830

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

Shades of Burgundy #790830

Tints of Burgundy #790830

Color information

#790830 (or 0x790830) is unknown color: approx Burgundy. HEX triplet: 79, 08 and 30. RGB value is (121,8,48). Sum of RGB (Red+Green+Blue) = 121+8+48=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #790830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790830 is #86F7CF. Grayscale: #2E2E2E. Windows color (decimal): -8845264 or 3147897. OLE color: 3147897.

HSL color Cylindrical-coordinate representation of color #790830: hue angle of 338.76º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790830 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB121848-
CMYK00.930.600.53
HSL338.76º87.6%25.29%-
HSV(B)338.76º93.39%47.45%-
XYZ8.514.453.21-
YUV46.35128.94181.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=68.36%
G=4.52%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12184800.930.600.53338.7687.625.29
Hex7983005D3C351535819
Octal17110600135746552313031
Binary1111001100011000001011101111100110101101010011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790830; }

 p { color: rgb(121,8,48); }

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

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

 a { background-color: rgb(121,8,48); }

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

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

 span { border-color: rgb(121,8,48); }

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