#843141

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

Shades of Paprika #843141

Tints of Paprika #843141

Color information

#843141 (or 0x843141) is unknown color: approx Paprika. HEX triplet: 84, 31 and 41. RGB value is (132,49,65). Sum of RGB (Red+Green+Blue) = 132+49+65=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #843141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843141 is #7BCEBE. Grayscale: #4B4B4B. Windows color (decimal): -8113855 or 4272516. OLE color: 4272516.

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

Color convert

RGB1324965-
CMYK00.630.510.48
HSL348.43º45.86%35.49%-
HSV(B)348.43º62.88%51.76%-
XYZ11.577.485.84-
YUV75.64122168.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=53.66%
G=19.92%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132496500.630.510.48348.4345.8635.49
Hex84314103F333015c2e23
Octal2046110107763605345643
Binary1000010011000110000010111111110011110000101011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843141; }

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

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

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

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

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

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

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

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