#832E40

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

Shades of Paprika #832E40

Tints of Paprika #832E40

Color information

#832E40 (or 0x832E40) is unknown color: approx Paprika. HEX triplet: 83, 2E and 40. RGB value is (131,46,64). Sum of RGB (Red+Green+Blue) = 131+46+64=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #832E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E40 is #7CD1BF. Grayscale: #494949. Windows color (decimal): -8180160 or 4206211. OLE color: 4206211.

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

Color convert

RGB1314664-
CMYK00.650.510.49
HSL347.29º48.02%34.71%-
HSV(B)347.29º64.89%51.37%-
XYZ11.267.155.64-
YUV73.47122.66169.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=54.36%
G=19.09%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131466400.650.510.49347.2948.0234.71
Hex832E40041333115b3023
Octal20356100010163615336043
Binary10000011101110100000001000001110011110001101011011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E40; }

 p { color: rgb(131,46,64); }

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

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

 a { background-color: rgb(131,46,64); }

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

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

 span { border-color: rgb(131,46,64); }

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