#83323D

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

Shades of Paprika #83323D

Tints of Paprika #83323D

Color information

#83323D (or 0x83323D) is unknown color: approx Paprika. HEX triplet: 83, 32 and 3D. RGB value is (131,50,61). Sum of RGB (Red+Green+Blue) = 131+50+61=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83323D is #7CCDC2. Grayscale: #4B4B4B. Windows color (decimal): -8179139 or 4010627. OLE color: 4010627.

HSL color Cylindrical-coordinate representation of color #83323D: hue angle of 351.85º 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 #83323D is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1315061-
CMYK00.620.530.49
HSL351.85º44.75%35.49%-
HSV(B)351.85º61.83%51.37%-
XYZ11.347.445.25-
YUV75.47119.84167.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.13%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=54.13%
G=20.66%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131506100.620.530.49351.8544.7535.49
Hex83323D03E35311602d23
Octal203627507665615405543
Binary100000111100101111010111110110101110001101100000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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