#803139

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

Shades of Paprika #803139

Tints of Paprika #803139

Color information

#803139 (or 0x803139) is unknown color: approx Paprika. HEX triplet: 80, 31 and 39. RGB value is (128,49,57). Sum of RGB (Red+Green+Blue) = 128+49+57=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803139 is #7FCEC6. Grayscale: #494949. Windows color (decimal): -8376007 or 3748224. OLE color: 3748224.

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

Color convert

RGB1284957-
CMYK00.620.550.50
HSL353.92º44.63%34.71%-
HSV(B)353.92º61.72%50.2%-
XYZ10.747.084.67-
YUV73.53118.67166.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=54.70%
G=20.94%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128495700.620.550.50353.9244.6334.71
Hex80313903E37321622d23
Octal200617107667625425543
Binary100000001100011110010111110110111110010101100010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803139; }

 p { color: rgb(128,49,57); }

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

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

 a { background-color: rgb(128,49,57); }

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

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

 span { border-color: rgb(128,49,57); }

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