#83323F

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

Shades of Paprika #83323F

Tints of Paprika #83323F

Color information

#83323F (or 0x83323F) is unknown color: approx Paprika. HEX triplet: 83, 32 and 3F. RGB value is (131,50,63). Sum of RGB (Red+Green+Blue) = 131+50+63=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83323F is #7CCDC0. Grayscale: #4B4B4B. Windows color (decimal): -8179137 or 4141699. OLE color: 4141699.

HSL color Cylindrical-coordinate representation of color #83323F: hue angle of 350.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83323F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1315063-
CMYK00.620.520.49
HSL350.37º44.75%35.49%-
HSV(B)350.37º61.83%51.37%-
XYZ11.47.475.54-
YUV75.7120.84167.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.69%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 63 (25% from 255) = 25.82%
R=53.69%
G=20.49%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131506300.620.520.49350.3744.7535.49
Hex83323F03E343115e2d23
Octal203627707664615365543
Binary100000111100101111110111110110100110001101011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83323F; }

 p { color: rgb(131,50,63); }

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

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

 a { background-color: rgb(131,50,63); }

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

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

 span { border-color: rgb(131,50,63); }

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