#822D3C

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

Shades of Paprika #822D3C

Tints of Paprika #822D3C

Color information

#822D3C (or 0x822D3C) is unknown color: approx Paprika. HEX triplet: 82, 2D and 3C. RGB value is (130,45,60). Sum of RGB (Red+Green+Blue) = 130+45+60=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #822D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D3C is #7DD2C3. Grayscale: #484848. Windows color (decimal): -8245956 or 3943810. OLE color: 3943810.

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

Color convert

RGB1304560-
CMYK00.650.540.49
HSL349.41º48.57%34.31%-
HSV(B)349.41º65.38%50.98%-
XYZ10.966.955.04-
YUV72.12121.16169.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=55.32%
G=19.15%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130456000.650.540.49349.4148.5734.31
Hex822D3C041363115d3122
Octal2025574010166615356142
Binary1000001010110111110001000001110110110001101011101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,45,60); }

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

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

 a { background-color: rgb(130,45,60); }

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

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

 span { border-color: rgb(130,45,60); }

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