#842F38

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

Shades of Paprika #842F38

Tints of Paprika #842F38

Color information

#842F38 (or 0x842F38) is unknown color: approx Paprika. HEX triplet: 84, 2F and 38. RGB value is (132,47,56). Sum of RGB (Red+Green+Blue) = 132+47+56=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #842F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F38 is #7BD0C7. Grayscale: #494949. Windows color (decimal): -8114376 or 3682180. OLE color: 3682180.

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

Color convert

RGB1324756-
CMYK00.640.580.48
HSL353.65º47.49%35.1%-
HSV(B)353.65º64.39%51.76%-
XYZ11.257.224.54-
YUV73.44118.16169.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=56.17%
G=20%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132475600.640.580.48353.6547.4935.1
Hex842F380403A301622f23
Octal2045770010072605425743
Binary1000010010111111100001000000111010110000101100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,47,56); }

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

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

 a { background-color: rgb(132,47,56); }

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

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

 span { border-color: rgb(132,47,56); }

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