#813140

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

Shades of Paprika #813140

Tints of Paprika #813140

Color information

#813140 (or 0x813140) is unknown color: approx Paprika. HEX triplet: 81, 31 and 40. RGB value is (129,49,64). Sum of RGB (Red+Green+Blue) = 129+49+64=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #813140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813140 is #7ECEBF. Grayscale: #4A4A4A. Windows color (decimal): -8310464 or 4206977. OLE color: 4206977.

HSL color Cylindrical-coordinate representation of color #813140: hue angle of 348.75º 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 #813140 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1294964-
CMYK00.620.500.49
HSL348.75º44.94%34.9%-
HSV(B)348.75º62.02%50.59%-
XYZ11.087.235.66-
YUV74.63122166.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=53.31%
G=20.25%
B=26.45%

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
Decimal129496400.620.500.49348.7544.9434.9
Hex81314003E323115d2d23
Octal2016110007662615355543
Binary1000000111000110000000111110110010110001101011101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813140; }

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

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

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

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

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

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

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

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