#842E3E

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

Shades of Paprika #842E3E

Tints of Paprika #842E3E

Color information

#842E3E (or 0x842E3E) is unknown color: approx Paprika. HEX triplet: 84, 2E and 3E. RGB value is (132,46,62). Sum of RGB (Red+Green+Blue) = 132+46+62=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #842E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E3E is #7BD1C1. Grayscale: #494949. Windows color (decimal): -8114626 or 4075140. OLE color: 4075140.

HSL color Cylindrical-coordinate representation of color #842E3E: hue angle of 348.84º 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 #842E3E is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1324662-
CMYK00.650.530.48
HSL348.84º48.31%34.9%-
HSV(B)348.84º65.15%51.76%-
XYZ11.367.215.35-
YUV73.54121.49169.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=55%
G=19.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132466200.650.530.48348.8448.3134.9
Hex842E3E041353015d3023
Octal2045676010165605356043
Binary1000010010111011111001000001110101110000101011101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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