#842D3F

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

Shades of Paprika #842D3F

Tints of Paprika #842D3F

Color information

#842D3F (or 0x842D3F) is unknown color: approx Paprika. HEX triplet: 84, 2D and 3F. RGB value is (132,45,63). Sum of RGB (Red+Green+Blue) = 132+45+63=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #842D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D3F is #7BD2C0. Grayscale: #494949. Windows color (decimal): -8114881 or 4140420. OLE color: 4140420.

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

Color convert

RGB1324563-
CMYK00.660.520.48
HSL347.59º49.15%34.71%-
HSV(B)347.59º65.91%51.76%-
XYZ11.357.145.48-
YUV73.06122.32170.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 63 (25% from 255) = 26.25%
R=55%
G=18.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132456300.660.520.48347.5949.1534.71
Hex842D3F042343015c3123
Octal2045577010264605346143
Binary1000010010110111111101000010110100110000101011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,63); }

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

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

 a { background-color: rgb(132,45,63); }

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

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

 span { border-color: rgb(132,45,63); }

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