#793141

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

Shades of Paprika #793141

Tints of Paprika #793141

Color information

#793141 (or 0x793141) is unknown color: approx Paprika. HEX triplet: 79, 31 and 41. RGB value is (121,49,65). Sum of RGB (Red+Green+Blue) = 121+49+65=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #793141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793141 is #86CEBE. Grayscale: #484848. Windows color (decimal): -8834751 or 4272505. OLE color: 4272505.

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

Color convert

RGB1214965-
CMYK00.600.460.53
HSL346.67º42.35%33.33%-
HSV(B)346.67º59.5%47.45%-
XYZ9.946.645.76-
YUV72.35123.85162.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=51.49%
G=20.85%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121496500.600.460.53346.6742.3533.33
Hex79314103C2E3515b2a21
Octal1716110107456655335241
Binary111100111000110000010111100101110110101101011011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793141; }

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

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

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

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

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

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

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

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