#79313A

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

Shades of Paprika #79313A

Tints of Paprika #79313A

Color information

#79313A (or 0x79313A) is unknown color: approx Paprika. HEX triplet: 79, 31 and 3A. RGB value is (121,49,58). Sum of RGB (Red+Green+Blue) = 121+49+58=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313A is #86CEC5. Grayscale: #474747. Windows color (decimal): -8834758 or 3813753. OLE color: 3813753.

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

Color convert

RGB1214958-
CMYK00.600.520.53
HSL352.5º42.35%33.33%-
HSV(B)352.5º59.5%47.45%-
XYZ9.756.574.76-
YUV71.55120.35163.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.07%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=53.07%
G=21.49%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121495800.600.520.53352.542.3533.33
Hex79313A03C34351602a21
Octal171617207464655405241
Binary11110011100011110100111100110100110101101100000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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