Html Css Color HEX #842941 Paprika

📋 copy color: '#842941'

red 132 ◦ green 41 ◦ blue 65

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

Shades of Paprika #842941

Tints of Paprika #842941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 55.46%
G = 17.23%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#842941 (or 0x842941) is known color: Paprika. HEX triplet: 84, 29 and 41. RGB value is (132,41,65). Sum of RGB (Red+Green+Blue) = 132+41+65=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #842941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842941 is #7BD6BE. Grayscale: #464646. Windows color (decimal): -8115903 or 4270468. OLE color: 4270468.

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

Color convert

RGB 132 41 65 -
CMYK 0 0.69 0.51 0.48
HSL 344.18º 0.53% 0.34% -
HSV(B) 344.18º 0.69% 0.52% -
XYZ 11.26 6.87 5.73 -
YUV 70.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 132 41 65 0 0.69 0.51 0.48 344.18 0.53 0.34
Hex 84 29 41 0 45 33 30 158 35 22
Octal 204 51 101 0 105 63 60 530 65 42
Binary 10000100 101001 1000001 0 1000101 110011 110000 101011000 110101 100010

Color Harmonies of #842941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842941

Black with #842941

Text Example


Text Example

White with #842941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842941; }

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

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

background-color css

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

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

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

border-color css

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

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

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