#832D3D

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

Shades of Paprika #832D3D

Tints of Paprika #832D3D

Color information

#832D3D (or 0x832D3D) is unknown color: approx Paprika. HEX triplet: 83, 2D and 3D. RGB value is (131,45,61). Sum of RGB (Red+Green+Blue) = 131+45+61=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3D is #7CD2C2. Grayscale: #484848. Windows color (decimal): -8180419 or 4009347. OLE color: 4009347.

HSL color Cylindrical-coordinate representation of color #832D3D: hue angle of 348.84º 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 #832D3D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1314561-
CMYK00.660.530.49
HSL348.84º48.86%34.51%-
HSV(B)348.84º65.65%51.37%-
XYZ11.147.045.19-
YUV72.54121.49169.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=55.27%
G=18.99%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131456100.660.530.49348.8448.8634.51
Hex832D3D042353115d3123
Octal2035575010265615356143
Binary1000001110110111110101000010110101110001101011101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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