#832D3F

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

Shades of Paprika #832D3F

Tints of Paprika #832D3F

Color information

#832D3F (or 0x832D3F) is unknown color: approx Paprika. HEX triplet: 83, 2D and 3F. RGB value is (131,45,63). Sum of RGB (Red+Green+Blue) = 131+45+63=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3F is #7CD2C0. Grayscale: #484848. Windows color (decimal): -8180417 or 4140419. OLE color: 4140419.

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

Color convert

RGB1314563-
CMYK00.660.520.49
HSL347.44º48.86%34.51%-
HSV(B)347.44º65.65%51.37%-
XYZ11.27.065.48-
YUV72.77122.49169.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 63 (25% from 255) = 26.36%
R=54.81%
G=18.83%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131456300.660.520.49347.4448.8634.51
Hex832D3F042343115b3123
Octal2035577010264615336143
Binary1000001110110111111101000010110100110001101011011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,45,63); }

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

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

 a { background-color: rgb(131,45,63); }

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

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

 span { border-color: rgb(131,45,63); }

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