#813141

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

Shades of Paprika #813141

Tints of Paprika #813141

Color information

#813141 (or 0x813141) is unknown color: approx Paprika. HEX triplet: 81, 31 and 41. RGB value is (129,49,65). Sum of RGB (Red+Green+Blue) = 129+49+65=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #813141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813141 is #7ECEBE. Grayscale: #4A4A4A. Windows color (decimal): -8310463 or 4272513. OLE color: 4272513.

HSL color Cylindrical-coordinate representation of color #813141: hue angle of 348º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813141 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1294965-
CMYK00.620.500.49
HSL348º44.94%34.9%-
HSV(B)348º62.02%50.59%-
XYZ11.117.255.81-
YUV74.74122.5166.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=53.09%
G=20.16%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129496500.620.500.4934844.9434.9
Hex81314103E323115c2d23
Octal2016110107662615345543
Binary1000000111000110000010111110110010110001101011100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813141; }

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

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

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

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

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

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

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

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