#822F3C

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

Shades of Paprika #822F3C

Tints of Paprika #822F3C

Color information

#822F3C (or 0x822F3C) is unknown color: approx Paprika. HEX triplet: 82, 2F and 3C. RGB value is (130,47,60). Sum of RGB (Red+Green+Blue) = 130+47+60=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #822F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F3C is #7DD0C3. Grayscale: #494949. Windows color (decimal): -8245444 or 3944322. OLE color: 3944322.

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

Color convert

RGB1304760-
CMYK00.640.540.49
HSL350.6º46.89%34.71%-
HSV(B)350.6º63.85%50.98%-
XYZ11.047.115.06-
YUV73.3120.5168.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=54.85%
G=19.83%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130476000.640.540.49350.646.8934.71
Hex822F3C040363115f2f23
Octal2025774010066615375743
Binary1000001010111111110001000000110110110001101011111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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