#832E3A

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

Shades of Paprika #832E3A

Tints of Paprika #832E3A

Color information

#832E3A (or 0x832E3A) is unknown color: approx Paprika. HEX triplet: 83, 2E and 3A. RGB value is (131,46,58). Sum of RGB (Red+Green+Blue) = 131+46+58=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #832E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E3A is #7CD1C5. Grayscale: #484848. Windows color (decimal): -8180166 or 3812995. OLE color: 3812995.

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

Color convert

RGB1314658-
CMYK00.650.560.49
HSL351.53º48.02%34.71%-
HSV(B)351.53º64.89%51.37%-
XYZ11.17.084.79-
YUV72.78119.66169.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=55.74%
G=19.57%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131465800.650.560.49351.5348.0234.71
Hex832E3A04138311603023
Octal2035672010170615406043
Binary1000001110111011101001000001111000110001101100000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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