#832941

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

Shades of Paprika #832941

Tints of Paprika #832941

Color information

#832941 (or 0x832941) is unknown color: approx Paprika. HEX triplet: 83, 29 and 41. RGB value is (131,41,65). Sum of RGB (Red+Green+Blue) = 131+41+65=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832941 is #7CD6BE. Grayscale: #464646. Windows color (decimal): -8181439 or 4270467. OLE color: 4270467.

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

Color convert

RGB1314165-
CMYK00.690.500.49
HSL344º52.33%33.73%-
HSV(B)344º68.7%51.37%-
XYZ11.116.795.73-
YUV70.65124.82171.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=55.27%
G=17.30%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131416500.690.500.4934452.3333.73
Hex83294104532311583422
Octal20351101010562615306442
Binary10000011101001100000101000101110010110001101011000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832941; }

 p { color: rgb(131,41,65); }

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

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

 a { background-color: rgb(131,41,65); }

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

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

 span { border-color: rgb(131,41,65); }

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