Html Css Color HEX #842E3B Paprika

📋 copy color: '#842E3B'

red 132 ◦ green 46 ◦ blue 59

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

Shades of Paprika #842E3B

Tints of Paprika #842E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 55.7%
G = 19.41%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#842E3B (or 0x842E3B) is known color: Paprika. HEX triplet: 84, 2E and 3B. RGB value is (132,46,59). Sum of RGB (Red+Green+Blue) = 132+46+59=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #842E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E3B is #7BD1C4. Grayscale: #494949. Windows color (decimal): -8114629 or 3878532. OLE color: 3878532.

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

Color convert

RGB 132 46 59 -
CMYK 0 0.65 0.55 0.48
HSL 350.93º 0.48% 0.35% -
HSV(B) 350.93º 0.65% 0.52% -
XYZ 11.28 7.18 4.93 -
YUV 73.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 132 46 59 0 0.65 0.55 0.48 350.93 0.48 0.35
Hex 84 2E 3B 0 41 37 30 15F 30 23
Octal 204 56 73 0 101 67 60 537 60 43
Binary 10000100 101110 111011 0 1000001 110111 110000 101011111 110000 100011

Color Harmonies of #842E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E3B

Black with #842E3B

Text Example


Text Example

White with #842E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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