#832D3A

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

Shades of Paprika #832D3A

Tints of Paprika #832D3A

Color information

#832D3A (or 0x832D3A) is unknown color: approx Paprika. HEX triplet: 83, 2D and 3A. RGB value is (131,45,58). Sum of RGB (Red+Green+Blue) = 131+45+58=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3A is #7CD2C5. Grayscale: #484848. Windows color (decimal): -8180422 or 3812739. OLE color: 3812739.

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

Color convert

RGB1314558-
CMYK00.660.560.49
HSL350.93º48.86%34.51%-
HSV(B)350.93º65.65%51.37%-
XYZ11.067.014.77-
YUV72.2119.99169.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=55.98%
G=19.23%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131455800.660.560.49350.9348.8634.51
Hex832D3A042383115f3123
Octal2035572010270615376143
Binary1000001110110111101001000010111000110001101011111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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