#79313D

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

Shades of Paprika #79313D

Tints of Paprika #79313D

Color information

#79313D (or 0x79313D) is unknown color: approx Paprika. HEX triplet: 79, 31 and 3D. RGB value is (121,49,61). Sum of RGB (Red+Green+Blue) = 121+49+61=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313D is #86CEC2. Grayscale: #474747. Windows color (decimal): -8834755 or 4010361. OLE color: 4010361.

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

Color convert

RGB1214961-
CMYK00.600.500.53
HSL350º42.35%33.33%-
HSV(B)350º59.5%47.45%-
XYZ9.836.65.17-
YUV71.9121.85163.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=52.38%
G=21.21%
B=26.41%

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
Decimal121496100.600.500.5335042.3533.33
Hex79313D03C323515e2a21
Octal171617507462655365241
Binary11110011100011111010111100110010110101101011110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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