#803440

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

Shades of Paprika #803440

Tints of Paprika #803440

Color information

#803440 (or 0x803440) is unknown color: approx Paprika. HEX triplet: 80, 34 and 40. RGB value is (128,52,64). Sum of RGB (Red+Green+Blue) = 128+52+64=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #803440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803440 is #7FCBBF. Grayscale: #4C4C4C. Windows color (decimal): -8375232 or 4207744. OLE color: 4207744.

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

Color convert

RGB1285264-
CMYK00.590.50.50
HSL350.53º42.22%35.29%-
HSV(B)350.53º59.38%50.2%-
XYZ11.067.425.7-
YUV76.09121.18165.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=52.46%
G=21.31%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128526400.590.50.50350.5342.2235.29
Hex80344003B323215f2a23
Octal2006410007362625375243
Binary1000000011010010000000111011110010110010101011111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803440; }

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

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

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

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

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

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

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

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