#842840

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

Shades of Paprika #842840

Tints of Paprika #842840

Color information

#842840 (or 0x842840) is unknown color: approx Paprika. HEX triplet: 84, 28 and 40. RGB value is (132,40,64). Sum of RGB (Red+Green+Blue) = 132+40+64=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #842840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842840 is #7BD7BF. Grayscale: #464646. Windows color (decimal): -8116160 or 4204676. OLE color: 4204676.

HSL color Cylindrical-coordinate representation of color #842840: hue angle of 344.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842840 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1324064-
CMYK00.700.520.48
HSL344.35º53.49%33.73%-
HSV(B)344.35º69.7%51.76%-
XYZ11.26.795.57-
YUV70.24124.48172.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=55.93%
G=16.95%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132406400.700.520.48344.3553.4933.73
Hex84284004634301583522
Octal20450100010664605306542
Binary10000100101000100000001000110110100110000101011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842840; }

 p { color: rgb(132,40,64); }

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

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

 a { background-color: rgb(132,40,64); }

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

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

 span { border-color: rgb(132,40,64); }

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