#823040

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

Shades of Paprika #823040

Tints of Paprika #823040

Color information

#823040 (or 0x823040) is unknown color: approx Paprika. HEX triplet: 82, 30 and 40. RGB value is (130,48,64). Sum of RGB (Red+Green+Blue) = 130+48+64=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #823040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823040 is #7DCFBF. Grayscale: #4A4A4A. Windows color (decimal): -8245184 or 4206722. OLE color: 4206722.

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

Color convert

RGB1304864-
CMYK00.630.510.49
HSL348.29º46.07%34.9%-
HSV(B)348.29º63.08%50.98%-
XYZ11.197.235.66-
YUV74.34122.17167.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=53.72%
G=19.83%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130486400.630.510.49348.2946.0734.9
Hex82304003F333115c2e23
Octal2026010007763615345643
Binary1000001011000010000000111111110011110001101011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823040; }

 p { color: rgb(130,48,64); }

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

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

 a { background-color: rgb(130,48,64); }

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

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

 span { border-color: rgb(130,48,64); }

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