#79313C

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

Shades of Paprika #79313C

Tints of Paprika #79313C

Color information

#79313C (or 0x79313C) is unknown color: approx Paprika. HEX triplet: 79, 31 and 3C. RGB value is (121,49,60). Sum of RGB (Red+Green+Blue) = 121+49+60=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313C is #86CEC3. Grayscale: #474747. Windows color (decimal): -8834756 or 3944825. OLE color: 3944825.

HSL color Cylindrical-coordinate representation of color #79313C: hue angle of 350.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79313C is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1214960-
CMYK00.600.500.53
HSL350.83º42.35%33.33%-
HSV(B)350.83º59.5%47.45%-
XYZ9.86.595.03-
YUV71.78121.35163.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=52.61%
G=21.30%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121496000.600.500.53350.8342.3533.33
Hex79313C03C323515f2a21
Octal171617407462655375241
Binary11110011100011111000111100110010110101101011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79313C; }

 p { color: rgb(121,49,60); }

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

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

 a { background-color: rgb(121,49,60); }

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

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

 span { border-color: rgb(121,49,60); }

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