#790213

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

Shades of Burgundy #790213

Tints of Burgundy #790213

Color information

#790213 (or 0x790213) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 13. RGB value is (121,2,19). Sum of RGB (Red+Green+Blue) = 121+2+19=142 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.21% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 121 - color contains mainly: red. Hex color #790213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790213 is #86FDEC. Grayscale: #272727. Windows color (decimal): -8846829 or 1245817. OLE color: 1245817.

HSL color Cylindrical-coordinate representation of color #790213: hue angle of 351.43º 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 #790213 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB121219-
CMYK00.980.840.53
HSL351.43º96.75%24.12%-
HSV(B)351.43º98.35%47.45%-
XYZ8.024.161-
YUV39.52116.42186.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.21%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=85.21%
G=1.41%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121900.980.840.53351.4396.7524.12
Hex79213062543515f6118
Octal17122301421246553714130
Binary11110011010011011000101010100110101101011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790213; }

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

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

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

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

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

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

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

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