#813041

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

Shades of Paprika #813041

Tints of Paprika #813041

Color information

#813041 (or 0x813041) is unknown color: approx Paprika. HEX triplet: 81, 30 and 41. RGB value is (129,48,65). Sum of RGB (Red+Green+Blue) = 129+48+65=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #813041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813041 is #7ECFBE. Grayscale: #4A4A4A. Windows color (decimal): -8310719 or 4272257. OLE color: 4272257.

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

Color convert

RGB1294865-
CMYK00.630.500.49
HSL347.41º45.76%34.71%-
HSV(B)347.41º62.79%50.59%-
XYZ11.067.165.8-
YUV74.16122.84167.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=53.31%
G=19.83%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129486500.630.500.49347.4145.7634.71
Hex81304103F323115b2e23
Octal2016010107762615335643
Binary1000000111000010000010111111110010110001101011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813041; }

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

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

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

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

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

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

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

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