#79020B

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

Shades of Sangria #79020B

Tints of Sangria #79020B

Color information

#79020B (or 0x79020B) is unknown color: approx Sangria. HEX triplet: 79, 02 and 0B. RGB value is (121,2,11). Sum of RGB (Red+Green+Blue) = 121+2+11=134 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.30% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 121 - color contains mainly: red. Hex color #79020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79020B is #86FDF4. Grayscale: #262626. Windows color (decimal): -8846837 or 721529. OLE color: 721529.

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

Color convert

RGB121211-
CMYK00.980.910.53
HSL355.46º96.75%24.12%-
HSV(B)355.46º98.35%47.45%-
XYZ7.974.130.69-
YUV38.61112.42186.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 90.30%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=90.30%
G=1.49%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121100.980.910.53355.4696.7524.12
Hex792B0625B351636118
Octal17121301421336554314130
Binary1111001101011011000101011011110101101100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79020B; }

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

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

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

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

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

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

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

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