#842C3E

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

Shades of Paprika #842C3E

Tints of Paprika #842C3E

Color information

#842C3E (or 0x842C3E) is unknown color: approx Paprika. HEX triplet: 84, 2C and 3E. RGB value is (132,44,62). Sum of RGB (Red+Green+Blue) = 132+44+62=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #842C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C3E is #7BD3C1. Grayscale: #484848. Windows color (decimal): -8115138 or 4074628. OLE color: 4074628.

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

Color convert

RGB1324462-
CMYK00.670.530.48
HSL347.73º50%34.51%-
HSV(B)347.73º66.67%51.76%-
XYZ11.297.055.32-
YUV72.36122.15170.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=55.46%
G=18.49%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132446200.670.530.48347.735034.51
Hex842C3E043353015c3223
Octal2045476010365605346243
Binary1000010010110011111001000011110101110000101011100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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