#822640

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

Shades of Paprika #822640

Tints of Paprika #822640

Color information

#822640 (or 0x822640) is unknown color: approx Paprika. HEX triplet: 82, 26 and 40. RGB value is (130,38,64). Sum of RGB (Red+Green+Blue) = 130+38+64=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #822640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822640 is #7DD9BF. Grayscale: #444444. Windows color (decimal): -8247744 or 4204162. OLE color: 4204162.

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

Color convert

RGB1303864-
CMYK00.710.510.49
HSL343.04º54.76%32.94%-
HSV(B)343.04º70.77%50.98%-
XYZ10.826.55.54-
YUV68.47125.48171.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=56.03%
G=16.38%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130386400.710.510.49343.0454.7632.94
Hex82264004733311573721
Octal20246100010763615276741
Binary10000010100110100000001000111110011110001101010111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822640; }

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

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

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

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

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

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

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

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