#873340

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

Shades of Paprika #873340

Tints of Paprika #873340

Color information

#873340 (or 0x873340) is unknown color: approx Paprika. HEX triplet: 87, 33 and 40. RGB value is (135,51,64). Sum of RGB (Red+Green+Blue) = 135+51+64=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873340 is #78CCBF. Grayscale: #4D4D4D. Windows color (decimal): -7916736 or 4207495. OLE color: 4207495.

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

Color convert

RGB1355164-
CMYK00.620.530.47
HSL350.71º45.16%36.47%-
HSV(B)350.71º62.22%52.94%-
XYZ12.17.895.74-
YUV77.6120.33168.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=54%
G=20.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135516400.620.530.47350.7145.1636.47
Hex87334003E352F15f2d24
Octal2076310007665575375544
Binary1000011111001110000000111110110101101111101011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873340; }

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

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

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

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

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

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

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

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