#842E3D

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

Shades of Paprika #842E3D

Tints of Paprika #842E3D

Color information

#842E3D (or 0x842E3D) is unknown color: approx Paprika. HEX triplet: 84, 2E and 3D. RGB value is (132,46,61). Sum of RGB (Red+Green+Blue) = 132+46+61=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #842E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E3D is #7BD1C2. Grayscale: #494949. Windows color (decimal): -8114627 or 4009604. OLE color: 4009604.

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

Color convert

RGB1324661-
CMYK00.650.540.48
HSL349.53º48.31%34.9%-
HSV(B)349.53º65.15%51.76%-
XYZ11.347.25.21-
YUV73.42120.99169.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=55.23%
G=19.25%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132466100.650.540.48349.5348.3134.9
Hex842E3D041363015e3023
Octal2045675010166605366043
Binary1000010010111011110101000001110110110000101011110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842E3D; }

 p { color: rgb(132,46,61); }

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

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

 a { background-color: rgb(132,46,61); }

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

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

 span { border-color: rgb(132,46,61); }

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