#832740

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

Shades of Paprika #832740

Tints of Paprika #832740

Color information

#832740 (or 0x832740) is unknown color: approx Paprika. HEX triplet: 83, 27 and 40. RGB value is (131,39,64). Sum of RGB (Red+Green+Blue) = 131+39+64=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #832740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832740 is #7CD8BF. Grayscale: #454545. Windows color (decimal): -8181952 or 4204419. OLE color: 4204419.

HSL color Cylindrical-coordinate representation of color #832740: hue angle of 343.7º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832740 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1313964-
CMYK00.700.510.49
HSL343.7º54.12%33.33%-
HSV(B)343.7º70.23%51.37%-
XYZ11.016.655.55-
YUV69.36124.98171.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=55.98%
G=16.67%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131396400.700.510.49343.754.1233.33
Hex83274004633311583621
Octal20347100010663615306641
Binary10000011100111100000001000110110011110001101011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832740; }

 p { color: rgb(131,39,64); }

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

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

 a { background-color: rgb(131,39,64); }

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

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

 span { border-color: rgb(131,39,64); }

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