#802740

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

Shades of Paprika #802740

Tints of Paprika #802740

Color information

#802740 (or 0x802740) is unknown color: approx Paprika. HEX triplet: 80, 27 and 40. RGB value is (128,39,64). Sum of RGB (Red+Green+Blue) = 128+39+64=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #802740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802740 is #7FD8BF. Grayscale: #444444. Windows color (decimal): -8378560 or 4204416. OLE color: 4204416.

HSL color Cylindrical-coordinate representation of color #802740: hue angle of 343.15º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802740 is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB1283964-
CMYK00.700.50.50
HSL343.15º53.29%32.75%-
HSV(B)343.15º69.53%50.2%-
XYZ10.556.415.53-
YUV68.46125.49170.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.41%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=55.41%
G=16.88%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128396400.700.50.50343.1553.2932.75
Hex80274004632321573521
Octal20047100010662625276541
Binary10000000100111100000001000110110010110010101010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802740; }

 p { color: rgb(128,39,64); }

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

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

 a { background-color: rgb(128,39,64); }

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

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

 span { border-color: rgb(128,39,64); }

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