#822540

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

Shades of Paprika #822540

Tints of Paprika #822540

Color information

#822540 (or 0x822540) is unknown color: approx Paprika. HEX triplet: 82, 25 and 40. RGB value is (130,37,64). Sum of RGB (Red+Green+Blue) = 130+37+64=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #822540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822540 is #7DDABF. Grayscale: #434343. Windows color (decimal): -8248000 or 4203906. OLE color: 4203906.

HSL color Cylindrical-coordinate representation of color #822540: hue angle of 342.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822540 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1303764-
CMYK00.720.510.49
HSL342.58º55.69%32.75%-
HSV(B)342.58º71.54%50.98%-
XYZ10.796.445.52-
YUV67.89125.81172.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=56.28%
G=16.02%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130376400.720.510.49342.5855.6932.75
Hex82254004833311573821
Octal20245100011063615277041
Binary10000010100101100000001001000110011110001101010111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822540; }

 p { color: rgb(130,37,64); }

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

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

 a { background-color: rgb(130,37,64); }

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

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

 span { border-color: rgb(130,37,64); }

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