#832A3E

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

Shades of Paprika #832A3E

Tints of Paprika #832A3E

Color information

#832A3E (or 0x832A3E) is unknown color: approx Paprika. HEX triplet: 83, 2A and 3E. RGB value is (131,42,62). Sum of RGB (Red+Green+Blue) = 131+42+62=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #832A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832A3E is #7CD5C1. Grayscale: #464646. Windows color (decimal): -8181186 or 4074115. OLE color: 4074115.

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

Color convert

RGB1314262-
CMYK00.680.530.49
HSL346.52º51.45%33.92%-
HSV(B)346.52º67.94%51.37%-
XYZ11.066.835.29-
YUV70.89122.99170.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=55.74%
G=17.87%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131426200.680.530.49346.5251.4533.92
Hex832A3E044353115b3322
Octal2035276010465615336342
Binary1000001110101011111001000100110101110001101011011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,42,62); }

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

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

 a { background-color: rgb(131,42,62); }

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

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

 span { border-color: rgb(131,42,62); }

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