#822C3D

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

Shades of Paprika #822C3D

Tints of Paprika #822C3D

Color information

#822C3D (or 0x822C3D) is unknown color: approx Paprika. HEX triplet: 82, 2C and 3D. RGB value is (130,44,61). Sum of RGB (Red+Green+Blue) = 130+44+61=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #822C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C3D is #7DD3C2. Grayscale: #474747. Windows color (decimal): -8246211 or 4009090. OLE color: 4009090.

HSL color Cylindrical-coordinate representation of color #822C3D: hue angle of 348.14º 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 #822C3D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1304461-
CMYK00.660.530.49
HSL348.14º49.43%34.12%-
HSV(B)348.14º66.15%50.98%-
XYZ10.956.885.17-
YUV71.65121.99169.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=55.32%
G=18.72%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130446100.660.530.49348.1449.4334.12
Hex822C3D042353115c3122
Octal2025475010265615346142
Binary1000001010110011110101000010110101110001101011100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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