#873240

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

Shades of Paprika #873240

Tints of Paprika #873240

Color information

#873240 (or 0x873240) is unknown color: approx Paprika. HEX triplet: 87, 32 and 40. RGB value is (135,50,64). Sum of RGB (Red+Green+Blue) = 135+50+64=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873240 is #78CDBF. Grayscale: #4D4D4D. Windows color (decimal): -7916992 or 4207239. OLE color: 4207239.

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

Color convert

RGB1355064-
CMYK00.630.530.47
HSL350.12º45.95%36.27%-
HSV(B)350.12º62.96%52.94%-
XYZ12.067.85.72-
YUV77.01120.66169.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=54.22%
G=20.08%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135506400.630.530.47350.1245.9536.27
Hex87324003F352F15e2e24
Octal2076210007765575365644
Binary1000011111001010000000111111110101101111101011110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873240; }

 p { color: rgb(135,50,64); }

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

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

 a { background-color: rgb(135,50,64); }

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

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

 span { border-color: rgb(135,50,64); }

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