#803240

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

Shades of Paprika #803240

Tints of Paprika #803240

Color information

#803240 (or 0x803240) is unknown color: approx Paprika. HEX triplet: 80, 32 and 40. RGB value is (128,50,64). Sum of RGB (Red+Green+Blue) = 128+50+64=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #803240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803240 is #7FCDBF. Grayscale: #4A4A4A. Windows color (decimal): -8375744 or 4207232. OLE color: 4207232.

HSL color Cylindrical-coordinate representation of color #803240: hue angle of 349.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803240 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB1285064-
CMYK00.610.50.50
HSL349.23º43.82%34.9%-
HSV(B)349.23º60.94%50.2%-
XYZ10.977.245.67-
YUV74.92121.84165.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=52.89%
G=20.66%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128506400.610.50.50349.2343.8234.9
Hex80324003D323215d2c23
Octal2006210007562625355443
Binary1000000011001010000000111101110010110010101011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803240; }

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

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

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

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

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

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

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

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