#790530

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

Shades of Burgundy #790530

Tints of Burgundy #790530

Color information

#790530 (or 0x790530) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 30. RGB value is (121,5,48). Sum of RGB (Red+Green+Blue) = 121+5+48=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #790530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790530 is #86FACF. Grayscale: #2C2C2C. Windows color (decimal): -8846032 or 3147129. OLE color: 3147129.

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

Color convert

RGB121548-
CMYK00.960.600.53
HSL337.76º92.06%24.71%-
HSV(B)337.76º95.87%47.45%-
XYZ8.474.393.2-
YUV44.59129.93182.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=69.54%
G=2.87%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12154800.960.600.53337.7692.0624.71
Hex795300603C351525c19
Octal1715600140746552213431
Binary111100110111000001100000111100110101101010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790530; }

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

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

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

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

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

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

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

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