#872F41

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

Shades of Paprika #872F41

Tints of Paprika #872F41

Color information

#872F41 (or 0x872F41) is unknown color: approx Paprika. HEX triplet: 87, 2F and 41. RGB value is (135,47,65). Sum of RGB (Red+Green+Blue) = 135+47+65=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #872F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F41 is #78D0BE. Grayscale: #4B4B4B. Windows color (decimal): -7917759 or 4272007. OLE color: 4272007.

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

Color convert

RGB1354765-
CMYK00.650.520.47
HSL347.73º48.35%35.69%-
HSV(B)347.73º65.19%52.94%-
XYZ11.967.575.83-
YUV75.36122.15170.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=54.66%
G=19.03%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135476500.650.520.47347.7348.3535.69
Hex872F41041342F15c3024
Octal20757101010164575346044
Binary10000111101111100000101000001110100101111101011100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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