#822C3E

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

Shades of Paprika #822C3E

Tints of Paprika #822C3E

Color information

#822C3E (or 0x822C3E) is unknown color: approx Paprika. HEX triplet: 82, 2C and 3E. RGB value is (130,44,62). Sum of RGB (Red+Green+Blue) = 130+44+62=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #822C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C3E is #7DD3C1. Grayscale: #474747. Windows color (decimal): -8246210 or 4074626. OLE color: 4074626.

HSL color Cylindrical-coordinate representation of color #822C3E: hue angle of 347.44º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C3E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1304462-
CMYK00.660.520.49
HSL347.44º49.43%34.12%-
HSV(B)347.44º66.15%50.98%-
XYZ10.986.895.31-
YUV71.77122.49169.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=55.08%
G=18.64%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130446200.660.520.49347.4449.4334.12
Hex822C3E042343115b3122
Octal2025476010264615336142
Binary1000001010110011111001000010110100110001101011011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822C3E; }

 p { color: rgb(130,44,62); }

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

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

 a { background-color: rgb(130,44,62); }

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

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

 span { border-color: rgb(130,44,62); }

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