#790228

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

Shades of Burgundy #790228

Tints of Burgundy #790228

Color information

#790228 (or 0x790228) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 28. RGB value is (121,2,40). Sum of RGB (Red+Green+Blue) = 121+2+40=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790228 is #86FDD7. Grayscale: #292929. Windows color (decimal): -8846808 or 2622073. OLE color: 2622073.

HSL color Cylindrical-coordinate representation of color #790228: hue angle of 340.84º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790228 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB121240-
CMYK00.980.670.53
HSL340.84º96.75%24.12%-
HSV(B)340.84º98.35%47.45%-
XYZ8.294.262.39-
YUV41.91126.92184.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=74.23%
G=1.23%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12124000.980.670.53340.8496.7524.12
Hex7922806243351556118
Octal17125001421036552514130
Binary111100110101000011000101000011110101101010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790228; }

 p { color: rgb(121,2,40); }

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

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

 a { background-color: rgb(121,2,40); }

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

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

 span { border-color: rgb(121,2,40); }

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