Html Css Color HEX #843141 Paprika

📋 copy color: '#843141'

red 132 ◦ green 49 ◦ blue 65

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

Shades of Paprika #843141

Tints of Paprika #843141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 53.66%
G = 19.92%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#843141 (or 0x843141) is known color: Paprika. HEX triplet: 84, 31 and 41. RGB value is (132,49,65). Sum of RGB (Red+Green+Blue) = 132+49+65=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #843141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843141 is #7BCEBE. Grayscale: #4B4B4B. Windows color (decimal): -8113855 or 4272516. OLE color: 4272516.

HSL color Cylindrical-coordinate representation of color #843141: hue angle of 348.43º 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 #843141 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 65 -
CMYK 0 0.63 0.51 0.48
HSL 348.43º 0.46% 0.35% -
HSV(B) 348.43º 0.63% 0.52% -
XYZ 11.57 7.48 5.84 -
YUV 75.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 132 49 65 0 0.63 0.51 0.48 348.43 0.46 0.35
Hex 84 31 41 0 3F 33 30 15C 2E 23
Octal 204 61 101 0 77 63 60 534 56 43
Binary 10000100 110001 1000001 0 111111 110011 110000 101011100 101110 100011

Color Harmonies of #843141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843141

Black with #843141

Text Example


Text Example

White with #843141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843141; }

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

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

background-color css

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

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

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

border-color css

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

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

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