#842E3B

Color #842E3B Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #842E3B

Tints of Paprika #842E3B

Color information

#842E3B (or 0x842E3B) is unknown color: approx 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

RGB1324659-
CMYK00.650.550.48
HSL350.93º48.31%34.9%-
HSV(B)350.93º65.15%51.76%-
XYZ11.287.184.93-
YUV73.2119.99169.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=55.70%
G=19.41%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132465900.650.550.48350.9348.3134.9
Hex842E3B041373015f3023
Octal2045673010167605376043
Binary1000010010111011101101000001110111110000101011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>