Html Css Color HEX #842E3E Paprika

📋 copy color: '#842E3E'

red 132 ◦ green 46 ◦ blue 62

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

Shades of Paprika #842E3E

Tints of Paprika #842E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 55%
G = 19.17%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#842E3E (or 0x842E3E) is known color: Paprika. HEX triplet: 84, 2E and 3E. RGB value is (132,46,62). Sum of RGB (Red+Green+Blue) = 132+46+62=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #842E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E3E is #7BD1C1. Grayscale: #494949. Windows color (decimal): -8114626 or 4075140. OLE color: 4075140.

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

Color convert

RGB 132 46 62 -
CMYK 0 0.65 0.53 0.48
HSL 348.84º 0.48% 0.35% -
HSV(B) 348.84º 0.65% 0.52% -
XYZ 11.36 7.21 5.35 -
YUV 73.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 132 46 62 0 0.65 0.53 0.48 348.84 0.48 0.35
Hex 84 2E 3E 0 41 35 30 15D 30 23
Octal 204 56 76 0 101 65 60 535 60 43
Binary 10000100 101110 111110 0 1000001 110101 110000 101011101 110000 100011

Color Harmonies of #842E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E3E

Black with #842E3E

Text Example


Text Example

White with #842E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,46,62); }

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

background-color css

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

 a { background-color: rgb(132,46,62); }

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

border-color css

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

 span { border-color: rgb(132,46,62); }

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