#79313E

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

Shades of Paprika #79313E

Tints of Paprika #79313E

Color information

#79313E (or 0x79313E) is unknown color: approx Paprika. HEX triplet: 79, 31 and 3E. RGB value is (121,49,62). Sum of RGB (Red+Green+Blue) = 121+49+62=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313E is #86CEC1. Grayscale: #484848. Windows color (decimal): -8834754 or 4075897. OLE color: 4075897.

HSL color Cylindrical-coordinate representation of color #79313E: hue angle of 349.17º 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 #79313E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1214962-
CMYK00.600.490.53
HSL349.17º42.35%33.33%-
HSV(B)349.17º59.5%47.45%-
XYZ9.856.615.31-
YUV72.01122.35162.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=52.16%
G=21.12%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121496200.600.490.53349.1742.3533.33
Hex79313E03C313515d2a21
Octal171617607461655355241
Binary11110011100011111100111100110001110101101011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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