Html Css Color HEX #843140 Paprika

📋 copy color: '#843140'

red 132 ◦ green 49 ◦ blue 64

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

Shades of Paprika #843140

Tints of Paprika #843140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 53.88%
G = 20%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#843140 (or 0x843140) is known color: Paprika. HEX triplet: 84, 31 and 40. RGB value is (132,49,64). Sum of RGB (Red+Green+Blue) = 132+49+64=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #843140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843140 is #7BCEBF. Grayscale: #4B4B4B. Windows color (decimal): -8113856 or 4206980. OLE color: 4206980.

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

Color convert

RGB 132 49 64 -
CMYK 0 0.63 0.52 0.48
HSL 349.16º 0.46% 0.35% -
HSV(B) 349.16º 0.63% 0.52% -
XYZ 11.54 7.47 5.68 -
YUV 75.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 132 49 64 0 0.63 0.52 0.48 349.16 0.46 0.35
Hex 84 31 40 0 3F 34 30 15D 2E 23
Octal 204 61 100 0 77 64 60 535 56 43
Binary 10000100 110001 1000000 0 111111 110100 110000 101011101 101110 100011

Color Harmonies of #843140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843140

Black with #843140

Text Example


Text Example

White with #843140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843140; }

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

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

background-color css

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

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

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

border-color css

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

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

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