#802841

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

Shades of Paprika #802841

Tints of Paprika #802841

Color information

#802841 (or 0x802841) is unknown color: approx Paprika. HEX triplet: 80, 28 and 41. RGB value is (128,40,65). Sum of RGB (Red+Green+Blue) = 128+40+65=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #802841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802841 is #7FD7BE. Grayscale: #454545. Windows color (decimal): -8378303 or 4270208. OLE color: 4270208.

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

Color convert

RGB1284065-
CMYK00.690.490.50
HSL342.95º52.38%32.94%-
HSV(B)342.95º68.75%50.2%-
XYZ10.626.495.69-
YUV69.16125.65169.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=54.94%
G=17.17%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128406500.690.490.50342.9552.3832.94
Hex80284104531321573421
Octal20050101010561625276441
Binary10000000101000100000101000101110001110010101010111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802841; }

 p { color: rgb(128,40,65); }

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

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

 a { background-color: rgb(128,40,65); }

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

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

 span { border-color: rgb(128,40,65); }

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