#783141

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

Shades of Paprika #783141

Tints of Paprika #783141

Color information

#783141 (or 0x783141) is unknown color: approx Paprika. HEX triplet: 78, 31 and 41. RGB value is (120,49,65). Sum of RGB (Red+Green+Blue) = 120+49+65=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #783141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783141 is #87CEBE. Grayscale: #484848. Windows color (decimal): -8900287 or 4272504. OLE color: 4272504.

HSL color Cylindrical-coordinate representation of color #783141: hue angle of 346.48º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783141 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1204965-
CMYK00.590.460.53
HSL346.48º42.01%33.14%-
HSV(B)346.48º59.17%47.06%-
XYZ9.86.575.75-
YUV72.05124.02162.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=51.28%
G=20.94%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120496500.590.460.53346.4842.0133.14
Hex78314103B2E3515a2a21
Octal1706110107356655325241
Binary111100011000110000010111011101110110101101011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783141; }

 p { color: rgb(120,49,65); }

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

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

 a { background-color: rgb(120,49,65); }

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

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

 span { border-color: rgb(120,49,65); }

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