#822A3C

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

Shades of Paprika #822A3C

Tints of Paprika #822A3C

Color information

#822A3C (or 0x822A3C) is unknown color: approx Paprika. HEX triplet: 82, 2A and 3C. RGB value is (130,42,60). Sum of RGB (Red+Green+Blue) = 130+42+60=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #822A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A3C is #7DD5C3. Grayscale: #464646. Windows color (decimal): -8246724 or 3943042. OLE color: 3943042.

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

Color convert

RGB1304260-
CMYK00.680.540.49
HSL347.73º51.16%33.73%-
HSV(B)347.73º67.69%50.98%-
XYZ10.856.735-
YUV70.36122.15170.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=56.03%
G=18.10%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130426000.680.540.49347.7351.1633.73
Hex822A3C044363115c3322
Octal2025274010466615346342
Binary1000001010101011110001000100110110110001101011100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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