Html Css Color HEX #842F40 Paprika

📋 copy color: '#842F40'

red 132 ◦ green 47 ◦ blue 64

#842F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paprika #842F40

Tints of Paprika #842F40

RGB

 RED value IS 132 (51.95% from 255) = 54.32%

 GREEN value IS 47 (18.75% from 255) = 19.34%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 54.32%
G = 19.34%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#842F40 (or 0x842F40) is known color: Paprika. HEX triplet: 84, 2F and 40. RGB value is (132,47,64). Sum of RGB (Red+Green+Blue) = 132+47+64=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #842F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F40 is #7BD0BF. Grayscale: #4A4A4A. Windows color (decimal): -8114368 or 4206468. OLE color: 4206468.

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

Color convert

RGB 132 47 64 -
CMYK 0 0.64 0.52 0.48
HSL 348º 0.47% 0.35% -
HSV(B) 348º 0.64% 0.52% -
XYZ 11.46 7.31 5.66 -
YUV 74.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 132 47 64 0 0.64 0.52 0.48 348 0.47 0.35
Hex 84 2F 40 0 40 34 30 15C 2F 23
Octal 204 57 100 0 100 64 60 534 57 43
Binary 10000100 101111 1000000 0 1000000 110100 110000 101011100 101111 100011

Color Harmonies of #842F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842F40

Black with #842F40

Text Example


Text Example

White with #842F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #842F40;
 }
 .AnyTagClassName
 {
   color: #842F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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