#872E41

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

Shades of Paprika #872E41

Tints of Paprika #872E41

Color information

#872E41 (or 0x872E41) is unknown color: approx Paprika. HEX triplet: 87, 2E and 41. RGB value is (135,46,65). Sum of RGB (Red+Green+Blue) = 135+46+65=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #872E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E41 is #78D1BE. Grayscale: #4A4A4A. Windows color (decimal): -7918015 or 4271751. OLE color: 4271751.

HSL color Cylindrical-coordinate representation of color #872E41: hue angle of 347.19º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E41 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1354665-
CMYK00.660.520.47
HSL347.19º49.17%35.49%-
HSV(B)347.19º65.93%52.94%-
XYZ11.927.495.82-
YUV74.78122.49170.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=54.88%
G=18.70%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135466500.660.520.47347.1949.1735.49
Hex872E41042342F15b3123
Octal20756101010264575336143
Binary10000111101110100000101000010110100101111101011011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872E41; }

 p { color: rgb(135,46,65); }

 H1.HeaderClassName
 {
   color: #872E41;
 }
 .AnyTagClassName
 {
   color: #872E41;
 }
</style>
background-color css

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

 a { background-color: rgb(135,46,65); }

 div.DivClassName
 {
   background-color: #872E41;
 }
 .BgClassName
 {
   background-color: #872E41;
 }
</style>
border-color css

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

 span { border-color: rgb(135,46,65); }

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